mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Fix a couple other leftover uses of 'conisonly' terminology.
This commit is contained in:
parent
7c328a9b04
commit
9a93e71008
@ -2939,7 +2939,7 @@ domainAddConstraint(Oid domainOid, Oid domainNamespace, Oid baseTypeOid,
|
|||||||
ccsrc, /* Source form of check constraint */
|
ccsrc, /* Source form of check constraint */
|
||||||
true, /* is local */
|
true, /* is local */
|
||||||
0, /* inhcount */
|
0, /* inhcount */
|
||||||
false); /* is only */
|
false); /* connoinherit */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return the compiled constraint expression so the calling routine can
|
* Return the compiled constraint expression so the calling routine can
|
||||||
|
@ -231,7 +231,7 @@ extern Oid CreateConstraintEntry(const char *constraintName,
|
|||||||
const char *conSrc,
|
const char *conSrc,
|
||||||
bool conIsLocal,
|
bool conIsLocal,
|
||||||
int conInhCount,
|
int conInhCount,
|
||||||
bool conIsOnly);
|
bool conNoInherit);
|
||||||
|
|
||||||
extern void RemoveConstraintById(Oid conId);
|
extern void RemoveConstraintById(Oid conId);
|
||||||
extern void RenameConstraintById(Oid conId, const char *newname);
|
extern void RenameConstraintById(Oid conId, const char *newname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user