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)
commitc13c230ad22d502b4ff6cc0d0f5dec9e3554fb85
tree32c7703e3ab4f04303b06e20d7314e140c9bfa1e
parent377139436227a48a76f4280523a80cb801b78953
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