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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Improve error display for psql -f -
Date: 2012-03-01 18:02:54
Message-ID: E1S3AL8-0007dc-1S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-01 18:52:29 pgsql: Don't link pg_isolation_regress with libpq
Previous Message Alvaro Herrera 2012-03-01 15:53:32 pgsql: Remove TOAST table from pg_database