pgsql: Fix testlibpq3

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix testlibpq3
Date: 2019-09-18 19:35:46
Message-ID: E1iAfju-000531-Js@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-18 19:55:04 pgsql: Fix example program in docs too (??)
Previous Message Tom Lane 2019-09-18 15:19:56 Re: PGCOLOR? (Re: pgsql: Unified logging system for command-line programs)