Re: [PATCH] Covering SPGiST index
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Borisov <pashkin.elfe@gmail.com>
Cc: "Andrey M. Borodin" <x4mmm@yandex-team.ru>,
Anastasia Lubennikova <a.lubennikova@postgrespro.ru>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-04T17:05:16Z
Lists: pgsql-hackers
Pavel Borisov <pashkin.elfe@gmail.com> writes: > I've noticed CI error due to the fact that MSVC doesn't allow arrays of > flexible size arrays and made a fix for the issue. > Also did some minor refinement in tuple creation. > PFA v12 of a patch. The cfbot's still unhappy --- looks like you omitted a file from the patch? regards, tom lane
Commits
-
Support INCLUDE'd columns in SP-GiST.
- 09c1c6ab4bc5 14.0 landed
-
Rethink handling of pass-by-value leaf datums in SP-GiST.
- 1ebdec8c0329 14.0 landed