pgsql: Make failure to open psql's --log-file fatal.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make failure to open psql's --log-file fatal.
Date: 2015-12-08 22:15:00
Message-ID: E1a6QXE-0002Bp-5k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make failure to open psql's --log-file fatal.

Commit 344cdff2c made failure to open the target of --output fatal.
For consistency, the --log-file switch should behave similarly.
Like the previous commit, back-patch to 9.5 but no further.

Daniel Verite

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e90371d1a79f4398867f4f3bb8547e94259b07b5

Modified Files
--------------
src/bin/psql/startup.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2015-12-08 23:36:25 pgsql: Improve performance in freeing memory contexts
Previous Message Tom Lane 2015-12-08 21:58:28 pgsql: Avoid odd portability problem in TestLib.pm's slurp_file functio