Обсуждение: pgsql: Fix another small oversight in command_no_begin patch.

Поиск
Список
Период
Сортировка

pgsql: Fix another small oversight in command_no_begin patch.

От
Tom Lane
Дата:
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
------
master

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

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