pgsql: Improve error reporting when location specified by postgres -D d

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve error reporting when location specified by postgres -D d
Дата
Msg-id E1aQnE5-0003Ci-CR@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Improve error reporting when location specified by postgres -D d  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Improve error reporting when location specified by postgres -D does not exist

Previously, the first error seen would be that postgresql.conf does not
exist.  But for the case where the whole directory does not exist, give
an error message about that, together with a hint for how to create one.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/misc/guc.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove printQueryOpt.quote field.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add support for systemd service notifications