]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix HBA option count
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Sun, 12 Jan 2025 22:44:39 +0000 (23:44 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Sun, 12 Jan 2025 22:44:39 +0000 (23:44 +0100)
commit116036d811cccacfb9eedb4f6261c9ecddcebcf3
tree262a17fdb1fec8d8ecbaca46c9bddba52d13dcbe
parent77763f3bef482f575fd51190f27f38d3bc5ba42a
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
src/backend/utils/adt/hbafuncs.c