pgsql: Make a dedicated AlterTblSpcStmt production

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make a dedicated AlterTblSpcStmt production
Date: 2014-04-13 05:04:53
Message-ID: E1WZCb7-0006Xj-Sx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make a dedicated AlterTblSpcStmt production

Given that ALTER TABLESPACE has moved on from just existing for
general purpose rename/owner changes, it deserves its own top-level
production in the grammar. This also cleans up the RenameStmt to
only ever be used for actual RENAMEs again- it really wasn't
appropriate to hide non-RENAME productions under there.

Noted by Alvaro.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5f508b6dea19b66961c645bf5e5c427ac3af8359

Modified Files
--------------
src/backend/parser/gram.y | 239 +++++++++++++++++++++++----------------------
1 file changed, 124 insertions(+), 115 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-04-13 05:10:15 Re: [COMMITTERS] pgsql: Add ALTER TABLESPACE ... MOVE command
Previous Message Stephen Frost 2014-04-13 04:42:30 pgsql: Add ANALYZE into regression tests