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

Commit39a2274

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 parentde65d53 commit39a2274

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)

[8]ページ先頭

©2009-2025 Movatter.jp