Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Oct 2008 13:48:12 +0000 (13:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Oct 2008 13:48:12 +0000 (13:48 +0000)
commit684791b1d6e968bd1ebbcbad33c88caa0cfe7807
tree82284553aa7024de4c06fc43ac51d0647e605609
parentdc8e1b5ac49a120f57636cac1a71d58b44738794
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.
src/backend/tcop/utility.c