Re: [PATCH] Opclass parameters

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Cc: Nikolay Shaplov <dhyan(at)nataraj(dot)su>, obartunov(at)gmail(dot)com
Subject: Re: [PATCH] Opclass parameters
Date: 2018-11-15 15:26:43
Message-ID: 71c6164e-59ad-e0c4-76c5-b1dfdd68eee3@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 03.03.2018 1:32, Nikita Glukhov wrote:

> On 02.03.2018 19:12, Nikolay Shaplov wrote:
>> But since it is now "Rejected with feedback", let's wait till autumn.
>
> We don't want to wait that long.  But now we only need to сome to an
> agreement
> about CREATE INDEX syntax and where to store the opclass parameters.

Attached 2nd version of the patches. Nothing has changed since March,
this is just a rebased version.

CREATE INDEX syntax and parameters storage method still need discussion.

--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
0001-Add-opclass-parameters-v02.patch text/x-patch 42.1 KB
0002-Add-opclass-parameters-to-GiST-v02.patch text/x-patch 13.7 KB
0003-Add-opclass-parameters-to-GIN-v02.patch text/x-patch 15.1 KB
0004-Add-opclass-parameters-to-GiST-tsvector_ops-v02.patch text/x-patch 31.8 KB
0005-Add-opclass-parameters-to-contrib-intarray-v02.patch text/x-patch 55.2 KB
0006-Add-opclass-parameters-to-contrib-ltree-v02.patch text/x-patch 41.3 KB
0007-Add-opclass-parameters-to-contrib-pg_trgm-v02.patch text/x-patch 23.0 KB
0008-Add-opclass-parameters-to-contrib-hstore-v02.patch text/x-patch 17.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-11-15 15:33:35 Re: pgsql: Add flag values in WAL description to all heap records
Previous Message Alvaro Herrera 2018-11-15 15:20:33 Re: New Defects reported by Coverity Scan for PostgreSQL