pgsql: Fix testlibpq3 - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix testlibpq3
Date
Msg-id E1iAfju-000531-Js@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_upgrade/test.sh: Quote sed(1) argument
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix example program in docs too (??)