Hi!
> 29 окт. 2017 г., в 2:24, Alexander Korotkov
> написал(а):
>
> As I can see, cube GiST code always uses DatumGetNDBOX() macro to transform
> Datum to (NDBOX *).
>
> #define DatumGetNDBOX(x) ((NDBOX *) PG_DETOAST_DATUM(x))
>
> Thus, it should be safe to just remove both compress/deco
On Fri, Oct 27, 2017 at 9:54 PM, Tom Lane wrote:
> Robert Haas writes:
> > On Thu, Oct 26, 2017 at 12:22 PM, Andrey Borodin
> wrote:
> >> For cube there is new default opclass.
>
> > I seem to recall that changing the default opclass causes unsolvable
> > problems with upgrades. You might want
Robert Haas writes:
> On Thu, Oct 26, 2017 at 12:22 PM, Andrey Borodin wrote:
>> For cube there is new default opclass.
> I seem to recall that changing the default opclass causes unsolvable
> problems with upgrades. You might want to check the archives for
> previous discussions of this issue;
On Thu, Oct 26, 2017 at 12:22 PM, Andrey Borodin wrote:
> For cube there is new default opclass.
I seem to recall that changing the default opclass causes unsolvable
problems with upgrades. You might want to check the archives for
previous discussions of this issue; unfortunately, I don't recall
Hi hackers!
Here are patches enabling Index Only Scan for cube and seg extensions.
These patches follow this discussion [0].
For cube there is new default opclass. We cannot drop old opclass, because it
could TOAST come cube values in rare occasions. Index Only Scan is enabled only
for newly c