Remove redundant grammar symbols

Peter Eisentraut <peter@eisentraut.org>

Commit: c2bd1fec32ab5407a3675272af1a06f425cb5161
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-06-10T20:58:46Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/parser/gram.y modified +39 −47
src/interfaces/ecpg/preproc/ecpg.trailer modified +2 −2

Discussion