pgsql: Remove redundant grammar symbols

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant grammar symbols
Date: 2020-06-10 21:30:45
Message-ID: E1jj8J3-0001v5-Ds@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant grammar symbols

access_method, database_name, and index_name are all just name, and
they are not used consistently for their alleged purpose, so remove
them. They have been around since ancient times but have no current
reason for existing. Removing them can simplify future grammar
refactoring.

Discussion: https://www.postgresql.org/message-id/flat/163c00a5-f634-ca52-fc7c-0e53deda8735%402ndquadrant.com

Branch
------
master

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

Modified Files
--------------
src/backend/parser/gram.y | 86 +++++++++++++++-----------------
src/interfaces/ecpg/preproc/ecpg.trailer | 4 +-
2 files changed, 41 insertions(+), 49 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-11 06:47:30 pgsql: Fold AlterForeignTableStmt into AlterTableStmt
Previous Message Peter Eisentraut 2020-06-10 14:46:25 pgsql: Change default of password_encryption to scram-sha-256