psql: Improve error display for psql -f -
Peter Eisentraut <peter_e@gmx.net>
psql: Improve error display for psql -f - Running "psql -f -" used to print psql:<stdin>:1: ERROR: blah but that got broken between 8.4 and 9.0 (commit b291c0fba83a1e93868e2f69c03be195d620f30c), and now it printed psql:-:1: ERROR: blah This reverts to the old behavior and cleans up some code that was left dead or useless by the mentioned commit.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +8 −5 |
| src/bin/psql/startup.c | modified | +0 −2 |