]> granicus.if.org Git - postgresql/commit
Fix another small oversight in command_no_begin patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Sep 2010 18:47:25 +0000 (14:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Sep 2010 18:50:39 +0000 (14:50 -0400)
commit112c3fc6db62b39ded8965eddce1f4213308b957
treee6c9605363730fc33760760943f270f6716a81d1
parentae9acb677950cf2afa037349b73fa3351d6e1d31
Fix another small oversight in command_no_begin patch.

Need a "return false" to prevent tests from continuing after we've moved
the "query" pointer.  As it stood, it'd accept "DROP DISCARD ALL" as a
match.
src/bin/psql/common.c