Re: Ltree syntax improvement
Dmitry Belyavsky <beldmit@gmail.com>
From: Dmitry Belyavsky <beldmit@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Thomas Munro <thomas.munro@gmail.com>, Nikolay Shaplov <dhyan@nataraj.su>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-09T19:40:06Z
Lists: pgsql-hackers
Attachments
- ltree_20190709.diff (text/x-patch) patch
On Mon, Jul 8, 2019 at 11:33 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > On 2019-Jul-08, Dmitry Belyavsky wrote: > > > I did not introduce any functions. I've just changed the parser. > > I mean the C-level functions -- count_parts_ors() and so on. > > Added a comment to count_parts_ors() The other functions introduced by me were already described. -- SY, Dmitry Belyavsky
Commits
-
Clean up parsing of ltree and lquery some more.
- 17ca06799511 13.0 landed