pgsql: Fix testlibpq3

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix testlibpq3
Дата
Msg-id E1iAfju-000531-Js@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix testlibpq3

The sample output assumes non-standard-conforming interpretation of
backslashes in input literals, so the actual output didn't match.

Noticed while perusing another patch that touches this file.

Evidently this code is seldom checked, so I'm not going to bother
backpatching this fix.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b8e99e905097e104c295bff1c47b6c0d652efdb

Modified Files
--------------
src/test/examples/testlibpq3.c   | 4 ++--
src/test/examples/testlibpq3.sql | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_upgrade/test.sh: Quote sed(1) argument
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix example program in docs too (??)