Skip to content

Commit 48c8526

Browse files
committed
there is no CreateStmt.partition_info in PostgresPro Enterprise since version 10
1 parent d75175a commit 48c8526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partition_creation.c

+1-1
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)