Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit819c412

Browse files
committed
Fix a couple other leftover uses of 'conisonly' terminology.
1 parent1bfd760 commit819c412

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
@@ -2961,7 +2961,7 @@ domainAddConstraint(Oid domainOid, Oid domainNamespace, Oid baseTypeOid,
29612961
ccsrc,/* Source form of check constraint */
29622962
true,/* is local */
29632963
0,/* inhcount */
2964-
false);/*is only */
2964+
false);/*connoinherit */
29652965

29662966
/*
29672967
* 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
constchar*conSrc,
232232
boolconIsLocal,
233233
intconInhCount,
234-
boolconIsOnly);
234+
boolconNoInherit);
235235

236236
externvoidRemoveConstraintById(OidconId);
237237
externvoidRenameConstraintById(OidconId,constchar*newname);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp