Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build
Date: 2021-04-07 11:21:18
Message-ID: YG2VrkUVJ6PhG75V@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-04-07 11:25:38 Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build
Previous Message Michael Paquier 2021-04-07 11:13:43 Re: pgsql: Refactor all TAP test suites doing connection checks