Fix RADIUS error reporting in hba file parsing

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Fix RADIUS error reporting in hba file parsing
Дата
Msg-id 8381e425-8c23-99b3-15ec-3115001db1b2@enterprisedb.com
обсуждение исходный текст
Ответы Re: Fix RADIUS error reporting in hba file parsing  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
The RADIUS-related checks in parse_hba_line() did not respect elevel
and did not fill in *err_msg.  Also, verify_option_list_length()
pasted together error messages in an untranslatable way.  To fix the
latter, remove the function and do the error checking inline.  It's a
bit more verbose but only minimally longer, and it makes fixing the
first two issues straightforward.

Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Skip partition tuple routing with constant partition key