pgsql: Refactor: separate function to find all objects depending on a c

Started by Peter Eisentrautover 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/CAAJ_b94yyJeGA-5M951_Lr+KfZokOp-2kXicpmEhi5FXhBeTog@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4e66a39eb96ca514e3f49c85cf0b4b6f138854e

Modified Files
--------------
src/backend/commands/tablecmds.c | 408 ++++++++++++++++++++-------------------
1 file changed, 214 insertions(+), 194 deletions(-)