Re: Collation versioning

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Douglas Doole <dougdoole(at)gmail(dot)com>, Christoph Berg <myon(at)debian(dot)org>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Collation versioning
Date: 2020-03-04 09:01:00
Message-ID: 20200304090100.GA21866@nol
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 27, 2020 at 08:45:35AM +0100, Julien Rouhaud wrote:
> On Thu, Feb 27, 2020 at 04:10:14PM +1300, Thomas Munro wrote:
> > On Thu, Feb 27, 2020 at 3:29 AM Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:
> > > [v10]
> [...]
>
> Fixed in v11 by changing pg_collation_actual_version() to handle default
> collation too, as it seems a better behavior.

Rebased v12 due to conflict with the recent command tag commit (2f9661311b), no
other changes.

Attachment Content-Type Size
0001-Remove-pg_collation.collversion-v12.patch text/plain 23.4 KB
0002-Add-pg_depend.refobjversion-v12.patch text/plain 11.6 KB
0003-Implement-type-regcollation-v12.patch text/plain 8.9 KB
0004-Track-collation-versions-for-indexes-v12.patch text/plain 61.5 KB
0005-Preserve-index-dependencies-on-collation-during-pg_u-v12.patch text/plain 38.9 KB
0006-Add-a-new-ALTER-INDEX-name-ALTER-COLLATION-name-REFR-v12.patch text/plain 14.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2020-03-04 09:02:17 Re: Identifying user-created objects
Previous Message John Naylor 2020-03-04 08:59:32 Re: Use compiler intrinsics for bit ops in hash