]> granicus.if.org Git - postgresql/commit
Make failure to open psql's --log-file fatal.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Dec 2015 22:14:46 +0000 (17:14 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Dec 2015 22:14:46 +0000 (17:14 -0500)
commit521f0458dcd7bb28636250cdfce9b1a3020cff4c
tree89a65e4310e02678eb1fb6692b572557d2c213f7
parent938d797b84467ebbaed432da72d1d7f7bb266110
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
src/bin/psql/startup.c