Fix missing ldapscheme option in pg_hba_file_rules() The ldapscheme option was missed when inspecing the HbaLine for assembling rows for the pg_hba_file_rules function. Backpatch to all supported versions.
Author: Laurenz Albe <laurenz.a...@cybertec.at> Reported-by: Laurenz Albe <laurenz.a...@cybertec.at> Reviewed-by: Daniel Gustafsson <dan...@yesql.se> Bug: 18769 Discussion: https://postgr.es/m/18769-dd8610cbc0405...@postgresql.org Backpatch-through: v13 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8ed9bf0a3217c5fb18e9bba43a655b0a947f6f36 Modified Files -------------- src/backend/utils/adt/hbafuncs.c | 4 ++++ 1 file changed, 4 insertions(+)