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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e90371d1a79f4398867f4f3bb8547e94259b07b5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-08T22:14:46Z
Releases: 9.5.0
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

Files

PathChange+/−
src/bin/psql/startup.c modified +3 −0