pgsql: Remove stray blank line among gram.y keywords

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove stray blank line among gram.y keywords
Date: 2024-05-15 09:05:29
Message-ID: E1s7AZm-000Ja3-1I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove stray blank line among gram.y keywords

introduced by de3600452b

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54cf0c51184fde6e4c01059be0080b5a60ce6802

Modified Files
--------------
src/backend/parser/gram.y | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-15 11:22:24 pgsql: doc: Add standard Environment section to pg_amcheck ref page
Previous Message Peter Eisentraut 2024-05-15 08:14:14 pgsql: Make all Perl warnings fatal, catch-up