pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow
Дата
Msg-id E1XRMtQ-0001NE-Cs@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f0051c1a142ecaff7828b87315c26c7acbf8e583

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Allow empty content in xml type