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

Commit3056b6d

Browse files
committed
RANGE & HASH constraints should be inherited by default (constraint->is_no_inherit = false)
1 parentf2e6be0 commit3056b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/partition_creation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ make_constraint_common(char *name, Node *raw_expr)
10751075
constraint->initdeferred= false;
10761076
constraint->location=-1;
10771077
constraint->contype=CONSTR_CHECK;
1078-
constraint->is_no_inherit=true;
1078+
constraint->is_no_inherit=false;
10791079

10801080
/* Validate existing data using this constraint */
10811081
constraint->skip_validation= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp