pgsql: Don't elide blank lines when accumulating psql command history.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Don't elide blank lines when accumulating psql command history.
Дата
Msg-id E1RQUQn-00080I-M0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't elide blank lines when accumulating psql command history.

This can change the meaning of queries, if the blank line happens to
occur in the middle of a quoted literal, as per complaint from Tomas Vondra.

Back-patch to all supported branches.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ae7c9262bf0e5960e85fa2284461ecaedf5b954a

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


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Don't elide blank lines when accumulating psql command history.
Следующее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Fix memory leaks in case memory overflow.