pgsql: Clean up grammar a bit

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up grammar a bit
Date: 2020-06-29 09:58:03
Message-ID: E1jpqY7-0006m6-7f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up grammar a bit

Simplify the grammar specification of substring() and overlay() a bit,
simplify and update some comments.

Reviewed-by: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Reviewed-by: Vik Fearing <vik(at)postgresfriends(dot)org>
Reviewed-by: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Discussion: https://www.postgresql.org/message-id/flat/a15db31c-d0f8-8ce0-9039-578a31758adb%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aafefb4dcbf79e8cb1439e888a9cdb3dfefa7657

Modified Files
--------------
src/backend/parser/gram.y | 73 +++++++++++++++--------------------------------
1 file changed, 23 insertions(+), 50 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-06-29 15:17:58 Re: pgsql: Enable Unix-domain sockets support on Windows
Previous Message Amit Kapila 2020-06-29 03:34:25 Re: pgsql: Enable Unix-domain sockets support on Windows