pgsql: Fix HBA option count - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix HBA option count
Date
Msg-id E1tX71h-001DDq-2w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix HBA option count

Commit 27a1f8d108 missed updating the max HBA option count to
account for the new option added.  Fix by bumping the counter
and adjust the relevant comment to match.  Backpatch down to
all supported branches like the erroneous commit.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/286764.1736697356@sss.pgh.pa.us
Backpatch-through: v13

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/116036d811cccacfb9eedb4f6261c9ecddcebcf3

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix HBA option count
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix HBA option count