Skip to content

Commit 9a93e71

Browse files
committed
Fix a couple other leftover uses of 'conisonly' terminology.
1 parent 7c328a9 commit 9a93e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/commands/typecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2939,7 +2939,7 @@ domainAddConstraint(Oid domainOid, Oid domainNamespace, Oid baseTypeOid,
29392939
ccsrc, /* Source form of check constraint */
29402940
true, /* is local */
29412941
0, /* inhcount */
2942-
false); /* is only */
2942+
false); /* connoinherit */
29432943

29442944
/*
29452945
* Return the compiled constraint expression so the calling routine can

src/include/catalog/pg_constraint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ extern Oid CreateConstraintEntry(const char *constraintName,
231231
const char *conSrc,
232232
bool conIsLocal,
233233
int conInhCount,
234-
bool conIsOnly);
234+
bool conNoInherit);
235235

236236
extern void RemoveConstraintById(Oid conId);
237237
extern void RenameConstraintById(Oid conId, const char *newname);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy