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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor: separate function to find all objects depending on a c
Date: 2024-01-03 08:04:56
Message-ID: E1rKwFD-00DFH7-VU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 <sulamul(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAAJ_b94yyJeGA-5M951_Lr+KfZokOp-2kXicpmEhi5FXhBeTog(at)mail(dot)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-03 09:27:09 pgsql: Add numeric_int8_opt_error() to optionally suppress errors
Previous Message Michael Paquier 2024-01-03 05:25:52 pgsql: Fix some typos