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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make failure to open psql's --log-file fatal.
Дата
Msg-id E1a6QXE-0002Bo-5f@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/521f0458dcd7bb28636250cdfce9b1a3020cff4c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make failure to open psql's --log-file fatal.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Improve performance in freeing memory contexts