pgsql: Fix another small oversight in command_no_begin patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix another small oversight in command_no_begin patch.
Date
Msg-id E1P0fGq-0000Hb-JS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e8b57bacacb8ddaaab3e832fc374c85b55f59b99

Modified Files
--------------
src/bin/psql/common.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Mention that pg_upgrade requires write permission in the current
Next
From: Tom Lane
Date:
Subject: pgsql: Fix another small oversight in command_no_begin patch.