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

Commit48c8526

Browse files
committed
there is no CreateStmt.partition_info in PostgresPro Enterprise since version 10
1 parentd75175a commit48c8526

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
@@ -757,7 +757,7 @@ 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
760+
#if defined(PGPRO_EE)&&PG_VERSION_NUM<100000
761761
create_stmt.partition_info=NULL;
762762
#endif
763763

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp