Skip to content

Commit 39a2274

Browse files
committed
rebuild tuples for children with different TupleDescs, build custom projections for RETURNING lists, introduce function prepare_rri_returning_for_insert(), fixes
1 parent de65d53 commit 39a2274

File tree

5 files changed

+373
-120
lines changed

5 files changed

+373
-120
lines changed

src/partition_creation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ create_table_using_stmt(CreateStmt *create_stmt, Oid relowner)
844844
/* Create new GUC level... */
845845
guc_level = NewGUCNestLevel();
846846

847-
/* ... and set client_min_messages = WARNING */
847+
/* ... and set client_min_messages = warning */
848848
(void) set_config_option("client_min_messages", "WARNING",
849849
PGC_USERSET, PGC_S_SESSION,
850850
GUC_ACTION_SAVE, true, 0, false);

0 commit comments

Comments
 (0)