mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
Fix a couple other leftover uses of 'conisonly' terminology.
This commit is contained in:
@@ -231,7 +231,7 @@ extern Oid CreateConstraintEntry(const char *constraintName,
|
||||
const char *conSrc,
|
||||
bool conIsLocal,
|
||||
int conInhCount,
|
||||
bool conIsOnly);
|
||||
bool conNoInherit);
|
||||
|
||||
extern void RemoveConstraintById(Oid conId);
|
||||
extern void RenameConstraintById(Oid conId, const char *newname);
|
||||
|
Reference in New Issue
Block a user