Обсуждение: pgsql: psql: Improve error display for psql -f -

Поиск
Список
Период
Сортировка

pgsql: psql: Improve error display for psql -f -

От
Peter Eisentraut
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/89c2f573a392e3995fffc619d4faed23f8649269

Modified Files
--------------
src/bin/psql/command.c |   13 ++++++++-----
src/bin/psql/startup.c |    2 --
2 files changed, 8 insertions(+), 7 deletions(-)