Thread: pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report

pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert
Depesz Lubaczewski.  In HEAD, also move a couple of other cases to make the
code ordering match up with ProcessUtility.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        utility.c (r1.298 -> r1.299)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c?r1=1.298&r2=1.299)