Thread: pgsql: refactor: Move some code that updates pg_constraint to a separat

pgsql: refactor: Move some code that updates pg_constraint to a separat

From
Peter Eisentraut
Date:
refactor: Move some code that updates pg_constraint to a separate function

This extracts common/duplicate code for different ALTER CONSTRAINT
variants into a common function.  We plan to add more variants that
would use the same code.

Author: Amul Sul <amul.sul@enterprisedb.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAAJ_b962c5AcYW9KUt_R_ER5qs3fUGbe4az-SP-vuwPS-w-AGA@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 66 ++++++++++++++++++++++------------------
1 file changed, 37 insertions(+), 29 deletions(-)