]> 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:57 +0000 (14:48 -0400)
commit3e20490e862f9da0d7530b8bac80bcb9a5c05cac
tree2064c0e4a29c60a88b752d67c9f086e823f4d73b
parent334ca4fef875097f08b64016b61dad9d97428ae9
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