pgsql: Fix another small oversight in command_no_begin patch.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix another small oversight in command_no_begin patch.
Дата
Msg-id E1P0fGq-0000HZ-Hp@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_0_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Mention that pg_upgrade requires write permission in the current
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix another small oversight in command_no_begin patch.