Re: Ltree syntax improvement - Mailing list pgsql-hackers

From Nikita Glukhov
Subject Re: Ltree syntax improvement
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Ltree syntax improvement  (Tom Lane <[email protected]>)
Responses Re: Ltree syntax improvement
List pgsql-hackers

On 02.04.2020 2:46, Tom Lane wrote:

Nikita Glukhov <[email protected]> writes:
[ latest version of ltree syntax extension ]
This is going to need another rebase after all the other ltree hacking
that just got done.  However, I did include 0001 (use a switch) in
the commit I just pushed, so you don't need to worry about that.
		regards, tom lane
Rebased patch attached.
I’m not sure whether it's worth to introduce one LTREE_TOK_SPECIAL for 
the whole set of special characters, and still check them with t_iseq().

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


Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: WAL usage calculation patch
Next
From: Tom Lane
Date:
Subject: Re: Resolving the python 2 -> python 3 mess