pgsql: Clean up optional rules in grammar

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up optional rules in grammar
Date: 2020-11-12 07:08:05
Message-ID: E1kd6iD-0000hZ-JF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up optional rules in grammar

Various rules for optional keywords contained unnecessary rules and
type declarations. Remove those, thus making the output a tiny bit
smaller.

Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://www.postgresql.org/message-id/flat/e9eed669-e32d-6919-fed4-acc0daea857b%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b2b19f7584b7c0025aa40862cd38c79d340be7d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-11-12 12:55:04 pgsql: Allow pg_rewind to use a standby server as the source system.
Previous Message Alexander Korotkov 2020-11-12 05:59:33 pgsql: Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql