Thread: pgsql: Fix testlibpq3

pgsql: Fix testlibpq3

From
Alvaro Herrera
Date:
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(-)