Re: [PATCH] Opclass parameters
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: Nikita Glukhov <n.gluhov@postgrespro.ru>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Nikolay Shaplov <dhyan@nataraj.su>, Oleg Bartunov <obartunov@gmail.com>
Date: 2020-03-28T15:05:51Z
Lists: pgsql-hackers
Attachments
- 0001-Implement-operator-class-parameters-20200328.patch (application/octet-stream) patch 0001
On Wed, Mar 18, 2020 at 3:28 AM Nikita Glukhov <n.gluhov@postgrespro.ru> wrote: > Attached new version of reordered patches. Thank you, Nikita. I've merged 0001-0006 into single patch. I think this part is committable to pg13 and I don't see much point in splitting it into multiple patches. I've done a lot of adjustments to this patch. Major things are: * Now contribs can correctly work when extension is not yet upgraded to the new version. So, if no options is available, default values are used. This is important for pg_upgrade. * Regression tests are provided for each modified opclass. * Improvements to comment, documentation, coding style. I'm going to push this if no objections. ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Documentation corrections for opclass parameters
- 3f1802e1fdb7 13.0 landed
-
Implement operator class parameters
- 911e70207703 13.0 landed