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

Commit29d0a92

Browse files
committed
Merge branch 'master' into master_hotfix_issue_110
2 parents1337568 +cc02e1a commit29d0a92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/partition_creation.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,9 @@ create_single_partition_internal(Oid parent_relid,
757757
create_stmt.partbound=NULL;
758758
create_stmt.partspec=NULL;
759759
#endif
760+
#if defined(PGPRO_EE)&&PG_VERSION_NUM >=90600
761+
create_stmt.partition_info=NULL;
762+
#endif
760763

761764
/* Obtain the sequence of Stmts to create partition and link it to parent */
762765
create_stmts=transformCreateStmt(&create_stmt,NULL);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp