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

Commit9a93e71

Browse files
committed
Fix a couple other leftover uses of 'conisonly' terminology.
1 parent7c328a9 commit9a93e71

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
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