From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix HBA option count |
Date: | 2025-01-12 23:05:58 |
Message-ID: | E1tX71q-001DER-4M@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/286764.1736697356@sss.pgh.pa.us
Backpatch-through: v13
Branch
------
REL_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/9ad7a32b2a151a7052016e55acdeb20247acefdd
Modified Files
--------------
src/backend/utils/adt/hbafuncs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2025-01-12 23:06:09 | pgsql: Fix HBA option count |
Previous Message | Daniel Gustafsson | 2025-01-12 23:05:49 | pgsql: Fix HBA option count |