]> 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)
commite90371d1a79f4398867f4f3bb8547e94259b07b5
tree56242250dbcd316d285d476120ea2459bdd11212
parent59f10ffa5bc1f39a5ce00806b394feb8f207bb33
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