Parsing errors in pg_hba.conf

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Parsing errors in pg_hba.conf
Дата
Msg-id 4905A528.7070501@hagander.net
обсуждение исходный текст
Ответы Re: Parsing errors in pg_hba.conf  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Parsing errors in pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
In a number of places in pg_hba.conf, we don't actually log what goes
wrong - instead we just goto a label that will log "invalid token \"%s\"".

Is there any special reason for this, other than the fact that it was
the easy way out? I think it would be reasonable to for example log
"hostssl not supported on this platform" instead of that, when USE_SSL
is not defined, etc.

//Magnus


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: crypt auth
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP patch: convert SQL-language functions to return tuplestores