pgsql: rename alter constraint enforceability related functions - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: rename alter constraint enforceability related functions
Date
Msg-id E1w0Pys-003W3Q-2v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
rename alter constraint enforceability related functions

The functions AlterConstrEnforceabilityRecurse and
ATExecAlterConstrEnforceability are being renamed to
AlterFKConstrEnforceabilityRecurse and ATExecAlterFKConstrEnforceability,
respectively.

The current alter constraint functions only handle Foreign Key constraints.
Renaming them to be more explicit about the constraint type is necessary;
otherwise, it will cause confusion when we later introduce the ability to alter
the enforceability of other constraints.

Author: Jian He <jian.universality@gmail.com>
Reviewed-by: Amul Sul <sulamul@gmail.com>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>
Reviewed-by: Robert Treat <rob@xzilla.net>

Discussion: https://postgr.es/m/CACJufxHCh_FU-FsEwsCvg9mN6-5tzR6H9ntn+0KUgTCaerDOmg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 119 ++++++++++++++++++++-------------------
1 file changed, 60 insertions(+), 59 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: bufmgr: Remove the, now obsolete, BM_JUST_DIRTIED
Next
From: Jeff Davis
Date:
Subject: pgsql: Fix use of volatile.