do away with ALTER TABLE "Recurse" subcmd types

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: do away with ALTER TABLE "Recurse" subcmd types
Date: 2022-09-29 09:00:33
Message-ID: 20220929090033.zxuaezcdwh2fgfjb@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Attachment Content-Type Size
0001-do-away-with-AT_AddColumnRecurse.patch text/x-diff 12.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2022-09-29 09:09:16 Re: Eliminating SPI from RI triggers - take 2
Previous Message Bharath Rupireddy 2022-09-29 08:59:09 Re: Refactor UnpinBuffer()