Re: Index Only Scan support for cube

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: amborodin(at)acm(dot)org
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Index Only Scan support for cube
Date: 2017-09-20 05:26:28
Message-ID: 355A43F4-46F2-49CC-B7E5-E5D4890C57A9@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers!
> 23 мая 2017 г., в 14:53, Andrew Borodin <borodin(at)octonica(dot)com> написал(а):
>
> Here's a small patch that implements fetch function necessary for
> Index Only Scans that use cube data type.

Tom Lane have just commited d3a4f89 (Allow no-op GiST support functions to be omitted) Thanks, Tom! : )
"Index Only Scan support for cube" patch now is obsolete. I'm working on another similar patch for contribs to support GiST IOS and remove no-op support functions.

Best regards, Andrey Borodin.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Khandekar 2017-09-20 05:29:32 Re: Parallel Append implementation
Previous Message Kuntal Ghosh 2017-09-20 05:26:07 Re: "inconsistent page found" with checksum and wal_consistency_checking enabled