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

Commitfcfd7d2

Browse files
committed
Log ALTER SYSTEM statements as DDL
Per discussion in bug #11350, log ALTER SYSTEM commands at thelog_statement=ddl level, rather than at the log_statement=all level.Pointed out by Tomonari Katsumata.Back-patch to 9.4 where ALTER SYSTEM was introduced.
1 parentc4bee09 commitfcfd7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/tcop/utility.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,7 @@ GetCommandLogLevel(Node *parsetree)
27262726
break;
27272727

27282728
caseT_AlterSystemStmt:
2729-
lev=LOGSTMT_ALL;
2729+
lev=LOGSTMT_DDL;
27302730
break;
27312731

27322732
caseT_VariableSetStmt:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp