| From: | Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp> |
|---|---|
| To: | pgpool-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgpool: Fix: Reset removed config parameters to defaults |
| Date: | 2026-09-09 08:15:59 |
| Message-ID: | E1x4DTK-00000007k6Z-28ja@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Fix: Reset removed config parameters to defaults
Previously, parameters removed or commented out in pgpool.conf retained
their old values after configuration reload.
Reset such reloadable parameters to their defaults. Handle index-free
and indexed array parameters separately, and leave values not loaded
from pgpool.conf unchanged.
Author: Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp>
Discussion: https://github.com/pgpool/pgpool2/issues/164
Backpatch-through: v4.3
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bda26f5155852cb635e7edccc12a72126cf55b57
Modified Files
--------------
src/config/pool_config.l | 3 +
src/config/pool_config_variables.c | 132 ++++++++++++++++++++++++++++++++++++
src/include/pool_config_variables.h | 2 +-
3 files changed, 136 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Taiki Koshino | 2026-09-09 08:16:59 | pgpool: Fix: Reset removed config parameters to defaults |
| Previous Message | Ernesto Montilva | 2026-09-07 14:59:56 | 50-60ms per-query overhead in PgPool-II 4.7 vs direct connection |