pgsql: Fix missing ldapscheme option in pg_hba_file_rules() - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix missing ldapscheme option in pg_hba_file_rules()
Date
Msg-id E1tWMMS-000sx0-SN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.albe@cybertec.at>
Reported-by: Laurenz Albe <laurenz.albe@cybertec.at>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Bug: 18769
Discussion: https://postgr.es/m/18769-dd8610cbc0405172@postgresql.org
Backpatch-through: v13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27a1f8d108114ec463101a812f83542c257f8169

Modified Files
--------------
src/backend/utils/adt/hbafuncs.c | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix obsolete nbtree README left link remarks.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix missing ldapscheme option in pg_hba_file_rules()