Skip to content

Commit 540eb01

Browse files
committed
Merge branch 'master' into rel_future_strings
2 parents d7d77f9 + ab92ef4 commit 540eb01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/partition_creation.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ create_single_partition_internal(Oid parent_relid,
706706
NodeSetTag(&like_clause, T_TableLikeClause);
707707
like_clause.relation = copyObject(parent_rv);
708708
like_clause.options = CREATE_TABLE_LIKE_DEFAULTS |
709-
CREATE_TABLE_LIKE_CONSTRAINTS |
710709
CREATE_TABLE_LIKE_INDEXES |
711710
CREATE_TABLE_LIKE_STORAGE;
712711

0 commit comments

Comments
 (0)