do away with ALTER TABLE "Recurse" subcmd types

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема do away with ALTER TABLE "Recurse" subcmd types
Дата
Msg-id 20220929090033.zxuaezcdwh2fgfjb@alvherre.pgsql
обсуждение исходный текст
Список pgsql-hackers
I already mentioned this in [1]: we can remove a few subcmd types that
were added to support exec-time recursion, by keeping a separate flag
for it.  We're already doing that for alter trigger operations, so this
patch just extends that to the other subcommand types that need it.

There's no visible change, just some code simplification.

[1] https://postgr.es/m/20220729184452.2i4xcru3lzey76m6@alvherre.pgsql

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"All rings of power are equal,
But some rings of power are more equal than others."
                                 (George Orwell's The Lord of the Rings)

Вложения

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Refactor UnpinBuffer()
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Eliminating SPI from RI triggers - take 2