pgsql: Add missing tags to GetCommandLogLevel.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing tags to GetCommandLogLevel.
Date: 2017-09-14 21:19:15
Message-ID: E1dsbXX-0006qh-9q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing tags to GetCommandLogLevel.

Otherwise, log_statement = 'ddl' causes errors if those statement
types are used.

Michael Paquier, reviewed by Ashutosh Sharma

Discussion: http://postgr.es/m/CAB7nPqStC3HkE76Q1MnHsVd1vF1Td9zXApzYadzDMyLMRkkGrw@mail.gmail.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/353328ad1afd14211e8f19c03aba19f2804f48ae

Modified Files
--------------
src/backend/tcop/utility.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-09-15 02:46:06 pgsql: pg_archivecleanup: Add test suite
Previous Message Andres Freund 2017-09-14 21:18:53 pgsql: Perform only one ReadControlFile() during startup.