Re: Covering GiST indexes - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Covering GiST indexes
Date
Msg-id CAPpHfdskWRZW1pR7ZFGkTB_M7_=g8cXbDmBA+L73RQhVFZBWHQ@mail.gmail.com
Whole thread Raw
In response to Re: Covering GiST indexes  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Responses Re: Covering GiST indexes  (Andrey Borodin <x4mmm@yandex-team.ru>)
List pgsql-hackers
On Fri, Mar 8, 2019 at 11:58 AM Alexander Korotkov
<a.korotkov@postgrespro.ru> wrote:
> I made some adjustments for this patch:
>  * Rename tupledesc and tructTupledesc to leafTupdesc and
> nonLeafTupdesc correspondingly.  I think this makes things more clear.
>  * Some improvements to docs and comments.
>  * Revise commit message.
>
> I'm going to push this on no objections.

Pushed with some more small changes in docs.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Performance issue in foreign-key-aware join estimation
Next
From: David Rowley
Date:
Subject: Re: Should we add GUCs to allow partition pruning to be disabled?