diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-05-31 18:32:41 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-05-31 18:43:48 +0200 |
commit | 7c544ecdad814ccda709cfb6aa7d62840c3a7486 (patch) | |
tree | 2b57f5308ba9539c73c3c30d1eefccda3d4b0636 /src/backend/executor/nodeMergejoin.c | |
parent | 6ee41a301e70fc8e4ad383bad22d695f66ccb0ac (diff) | |
download | postgresql-7c544ecdad814ccda709cfb6aa7d62840c3a7486.tar.gz postgresql-7c544ecdad814ccda709cfb6aa7d62840c3a7486.zip |
Fix RADIUS error reporting in hba file parsing
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.
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Discussion: https://www.postgresql.org/message-id/flat/8381e425-8c23-99b3-15ec-3115001db1b2%40enterprisedb.com
Diffstat (limited to 'src/backend/executor/nodeMergejoin.c')
0 files changed, 0 insertions, 0 deletions