Re: [PATCH] ltree, lquery, and ltxtquery binary protocol support
Tomas Vondra <tomas.vondra@2ndquadrant.com>
From: Tomas Vondra <tomas.vondra@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Nino Floris <mail@ninofloris.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, Alexander Korotkov <a.korotkov@postgrespro.ru>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-01-16T22:00:12Z
Lists: pgsql-hackers
On Fri, Nov 29, 2019 at 11:29:03AM +0900, Michael Paquier wrote: >On Mon, Nov 11, 2019 at 03:44:54PM +0100, Nino Floris wrote: >> Alright, as usual life got in the way. I've attached a new version of >> the patch with pgindent changes. >> >> > What do you think about writing patch for ALTER TYPE? >> I'd rather not :$ >> >> > 1) Write migration script, which directly updates pg_type. >> This sounds like the best option right now, if we don't want people to >> do manual migrations to ltree 1.2. >> How would I best go at this? >> >> > Travis has a small complaint: >> Should be fixed! > >The latest patch provided fails to apply for me on HEAD. Please >provide a rebase. For now I am bumping this patch to next CF with >"waiting on author" as status. Nino, any plans to submit a rebased/fixed patch, so that people can review it? Not sure if this needs a simple rebase or something more complex, all I know is cputube can't apply it. regards -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Add support for binary I/O of ltree, lquery, and ltxtquery types.
- 949a9f043eb7 13.0 landed
-
Allow ALTER TYPE to change some properties of a base type.
- fe30e7ebfa38 13.0 cited