]> 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:48:32 +0000 (14:48 -0400)
commite8b57bacacb8ddaaab3e832fc374c85b55f59b99
treebe91f8585e61de05744278ae38bd4373c8052021
parentdc9cc887b74bfa0d40829c4df66dead509fdd8f6
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