pgsql: Fold AlterForeignTableStmt into AlterTableStmt
Started by Peter Eisentrautabout 6 years ago1 messagescomitters
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: /messages/by-id/163c00a5-f634-ca52-fc7c-0e53deda8735@2ndquadrant.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(-)