forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b8e99e
committed
Fix testlibpq3
The sample output assumes non-standard-conforming interpretation ofbackslashes 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 botherbackpatching this fix.1 parent32200c1 commit9b8e99e
2 files changed
+5
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 |
| - | |
5 |
| - | |
| 5 | + | |
| 6 | + |
0 commit comments
Comments
(0)