pgsql: Fold AlterForeignTableStmt into AlterTableStmt

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fold AlterForeignTableStmt into AlterTableStmt
Date: 2020-06-11 06:47:30
Message-ID: E1jjGzq-0005Tj-CX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fold AlterForeignTableStmt into AlterTableStmt

All other relation types are handled by AlterTableStmt, so it's
unnecessary to make a different statement for foreign tables.

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

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-06-11 06:49:16 pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils
Previous Message Peter Eisentraut 2020-06-10 21:30:45 pgsql: Remove redundant grammar symbols