Fix HBA option count

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 7b1f50d8c87d9fec036171e860effad5dd7ec277
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-01-12T22:44:39Z
Releases: 13.19
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

Files

PathChange+/−
src/backend/libpq/hba.c modified +2 −2

Discussion