pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow
Date: 2014-09-09 14:59:40
Message-ID: E1XRMtQ-0001NF-Cw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move ALTER ... ALL IN to ProcessUtilitySlow

Now that ALTER TABLE .. ALL IN TABLESPACE has replaced the previous
ALTER TABLESPACE approach, it makes sense to move the calls down in
to ProcessUtilitySlow where the rest of ALTER TABLE is handled.

This also means that event triggers will support ALTER TABLE .. ALL
(which was the impetus for the original change, though it has other
good qualities also).

Álvaro Herrera

Back-patch to 9.4 as the original rework was.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/106e4b29c0b1fdba36193bf38896d77fc28ea940

Modified Files
--------------
src/backend/tcop/utility.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-09-09 15:38:35 pgsql: Allow empty content in xml type
Previous Message Andres Freund 2014-09-09 11:59:04 pgsql: Fix typo in solaris spinlock fix.