]> granicus.if.org Git - postgresql/commit
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)
commit794ccacd5f419a6399d097a15a42a858c0a87a79
tree0fd3466265e66ae7d92bf20dd517b62b854e38e3
parent603972f3e06c81318d5ab4314a376ce31dd3eb46
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