Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build
Date
Msg-id YG2VrkUVJ6PhG75V@paquier.xyz
Whole thread Raw
In response to pgsql: Add sortsupport for gist_btree opclasses, for faster index build  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-committers
On Wed, Apr 07, 2021 at 10:24:09AM +0000, Heikki Linnakangas wrote:
> Add sortsupport for gist_btree opclasses, for faster index builds.
>
> Commit 16fa9b2b30 introduced a faster way to build GiST indexes, by
> sorting all the data. This commit adds the sortsupport functions needed
> to make use of that feature for btree_gist.

All the buildfarm animals, as well as any instance using log_statement
= all, gets angry after this commit.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Refactor all TAP test suites doing connection checks
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build