]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Refactor: separate function to find all objects depending on a column
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Jan 2024 07:48:09 +0000 (08:48 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Jan 2024 07:50:37 +0000 (08:50 +0100)
commitd4e66a39eb96ca514e3f49c85cf0b4b6f138854e
tree1520238ded1c036ce9e0b8b4d228735b6a3ca036
parent359a3c586d7f2fdcb7d919bcc8822993b47ada1c
Refactor: separate function to find all objects depending on a column

Move code from ATExecAlterColumnType() that finds the all the objects
that depend on the column to a separate function.  A future patch will
reuse this code.

Author: Amul Sul <sulamul@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAAJ_b94yyJeGA-5M951_Lr+KfZokOp-2kXicpmEhi5FXhBeTog@mail.gmail.com
src/backend/commands/tablecmds.c