]> granicus.if.org Git - postgresql/commit
Move ALTER ... ALL IN to ProcessUtilitySlow
authorStephen Frost <sfrost@snowman.net>
Tue, 9 Sep 2014 14:52:10 +0000 (10:52 -0400)
committerStephen Frost <sfrost@snowman.net>
Tue, 9 Sep 2014 14:59:34 +0000 (10:59 -0400)
commit106e4b29c0b1fdba36193bf38896d77fc28ea940
tree7a52c41af02f6e40c1affa86091492aa0e057a55
parentfd66ccf7db638664a7867cc18e253d770c783d33
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.
src/backend/tcop/utility.c