Fix testlibpq3
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/examples/testlibpq3.c | modified | +2 −2 |
| src/test/examples/testlibpq3.sql | modified | +3 −2 |