Re: [PATCH] Opclass parameters - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: [PATCH] Opclass parameters
Date
Msg-id CAPpHfdvP7XUS6R5og1==26oZ619yU8w96BoNjWyKD_e4QDbikA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Opclass parameters  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Responses Re: [PATCH] Opclass parameters  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: proposal \gcsv
Next
From: Julien Rouhaud
Date:
Subject: pg_stat_statements issue with parallel maintenance (Was Re: WALusage calculation patch)