Re: [PATCH] Opclass parameters

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Nikolay Shaplov <dhyan(at)nataraj(dot)su>, Oleg Bartunov <obartunov(at)gmail(dot)com>
Subject: Re: [PATCH] Opclass parameters
Date: 2020-03-28 15:05:51
Message-ID: CAPpHfdvP7XUS6R5og1==26oZ619yU8w96BoNjWyKD_e4QDbikA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 18, 2020 at 3:28 AM Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)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 Content-Type Size
0001-Implement-operator-class-parameters-20200328.patch application/octet-stream 282.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2020-03-28 15:17:21 pg_stat_statements issue with parallel maintenance (Was Re: WAL usage calculation patch)
Previous Message Erik Rijkers 2020-03-28 14:39:02 Re: proposal \gcsv