mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
Per discussion in bug #11350, log ALTER SYSTEM commands at the log_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.