forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89c2f57
committed
psql: Improve error display for psql -f -
Running "psql -f -" used to printpsql:<stdin>:1: ERROR: blahbut that got broken between 8.4 and 9.0 (commitb291c0f), and now it printedpsql:-:1: ERROR: blahThis reverts to the old behavior and cleans up some code that was leftdead or useless by the mentioned commit.1 parent3433c6b commit89c2f57
2 files changed
+8
-7
lines changedLines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2062 | 2062 |
| |
2063 | 2063 |
| |
2064 | 2064 |
| |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
2065 | 2071 |
| |
2066 | 2072 |
| |
2067 |
| - | |
2068 |
| - | |
2069 |
| - | |
2070 | 2073 |
| |
2071 |
| - | |
2072 |
| - | |
| 2074 | + | |
| 2075 | + | |
2073 | 2076 |
| |
2074 | 2077 |
| |
2075 | 2078 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
317 |
| - | |
318 | 316 |
| |
319 | 317 |
| |
320 | 318 |
| |
|
0 commit comments
Comments
(0)