pgsql: Refactor: separate function to find all objects depending on a c - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Refactor: separate function to find all objects depending on a c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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 <[email protected]>
Discussion:
https://www.postgresql.org/message-id/flat/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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix some typos
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add numeric_int8_opt_error() to optionally suppress errors