Re: [PATCH] Add sortsupport for range types and btree_gist
x4mmm@yandex-team.ru
From: "Andrey M. Borodin" <x4mmm@yandex-team.ru>
To: Bernd Helmle <mailings@oopsware.de>,
Michael Paquier <michael@paquier.xyz>
Cc: jian he <jian.universality@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-11-28T18:32:59Z
Lists: pgsql-hackers
> On 25 Nov 2024, at 20:40, Bernd Helmle <mailings@oopsware.de> wrote: > > Hi Bernd! Thanks for the new patch version. There are still some problems with tests. 0. You rely on order of test execution. "init.sql" test must prepend any other test. I doubt it is guaranteed. 1. There's a typo float8__buffering in Makefile 2. cidr type seems to be left behind 3. Tests do not seem to work when your configuration lacks injection points. You can see how tests with injection points are excluded in other modules... Perhaps, let's ask Michael. Michael, we have 30 tests with checks that need injection points. But these 30 tests also test functionality that needs to be tested even in build without injection points. Do we have to extract checks with injection point into separate regression test? So that we can exclude this test in builds without injection points. Thanks! Best regards, Andrey Borodin.
Commits
-
Add support for sorted gist index builds to btree_gist
- e4309f73f698 18.0 landed
-
Add GiST and btree sortsupport routines for range types
- e9e7b66044c9 18.0 landed
-
Change gist stratnum function to use CompareType
- 630f9a43cece 18.0 cited
-
Doc: improve documentation for jsonpath behavior.
- 7014c9a4bba2 17.0 cited
-
Add sortsupport for gist_btree opclasses, for faster index builds.
- 9f984ba6d23d 14.0 cited