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

Commit31f1012

Browse files
committed
[PGPRO-6764] Fix build errors after merging 1C_master into STD_master
1 parent52260fa commit31f1012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/partition_creation.c‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,14 +1671,14 @@ make_constraint_common(char *name, Node *raw_expr)
16711671
returnconstraint;
16721672
}
16731673

1674-
#ifPG_VERSION_NUM >=150000/*reason: commit 639a86e36aae */
1674+
#ifPG_VERSION_NUM >=150000/*for commits 639a86e36aae, c4cc2850f4d1 */
16751675
staticString
16761676
make_string_value_struct(char*str)
16771677
{
16781678
Stringval;
16791679

16801680
val.type=T_String;
1681-
val.val=str;
1681+
val.sval=str;
16821682

16831683
returnval;
16841684
}
@@ -1689,7 +1689,7 @@ make_int_value_struct(int int_val)
16891689
Integerval;
16901690

16911691
val.type=T_Integer;
1692-
val.val=int_val;
1692+
val.ival=int_val;
16931693

16941694
returnval;
16951695
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp