Skip to content

Commit 069b318

Browse files
committed
Merge commit '3d50c79effde818ceea872468352a345a428fac3' into PGPROEE9_6
Fix for declarative partitioning
2 parents e343734 + 3d50c79 commit 069b318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_pathman/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)