aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/float.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2025-03-25 16:45:28 +0100
committerPeter Eisentraut <peter@eisentraut.org>2025-03-25 17:04:12 +0100
commitef7a5af77d449ee2b426f627c1f7472740350040 (patch)
tree0c90aac042ff0f172490d3bf3714b0d00c41f393 /src/backend/utils/adt/float.c
parent639238b978fefe53b8412f2cc0265f6a2512887a (diff)
downloadpostgresql-ef7a5af77d449ee2b426f627c1f7472740350040.tar.gz
postgresql-ef7a5af77d449ee2b426f627c1f7472740350040.zip
refactor: Pass relation OID instead of Relation to createForeignKeyCheckTriggers()
Currently, createForeignKeyCheckTriggers() takes a Relation type as its first argument, but it doesn't use that argument directly. Instead, it fetches the relation OID by calling RelationGetRelid(). Therefore, it would be more consistent with other functions (e.g., createForeignKeyCheckTriggers()) to pass the relation OID directly instead of the whole Relation. 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
Diffstat (limited to 'src/backend/utils/adt/float.c')
0 files changed, 0 insertions, 0 deletions