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

Commit43bed84

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 parent6ef8c65 commit43bed84

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
@@ -2759,7 +2759,7 @@ GetCommandLogLevel(Node *parsetree)
27592759
break;
27602760

27612761
caseT_AlterSystemStmt:
2762-
lev=LOGSTMT_ALL;
2762+
lev=LOGSTMT_DDL;
27632763
break;
27642764

27652765
caseT_VariableSetStmt:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp