Add missing tags to GetCommandLogLevel.

Robert Haas <rhaas@postgresql.org>

Commit: 81276fdd3931d286e62b86b2512a517de2ba2de8
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-09-14T21:19:04Z
Releases: 11.0
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

Files

PathChange+/−
src/backend/tcop/utility.c modified +12 −0

Discussion