agora inbox for pgpool-committers@postgresql.orghelp / color / mirror / Atom feed
pgpool: Fix: Reset removed config parameters to defaults 6+ messages / 1 participants [nested] [flat]
* pgpool: Fix: Reset removed config parameters to defaults @ 2026-09-09 08:15 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 6+ messages in thread From: Taiki Koshino @ 2026-09-09 08:15 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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@sraoss.co.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=bda26f5155852cb635e7edccc12a72126cf55... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Fix: Reset removed config parameters to defaults @ 2026-09-09 08:16 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 6+ messages in thread From: Taiki Koshino @ 2026-09-09 08:16 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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@sraoss.co.jp> Discussion: https://github.com/pgpool/pgpool2/issues/164 Backpatch-through: v4.3 Branch ------ V4_7_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6b1e286bffa0bf61638e336bbf01a52af592c... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Fix: Reset removed config parameters to defaults @ 2026-09-09 08:17 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 6+ messages in thread From: Taiki Koshino @ 2026-09-09 08:17 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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@sraoss.co.jp> Discussion: https://github.com/pgpool/pgpool2/issues/164 Backpatch-through: v4.3 Branch ------ V4_6_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=221b504f424e73ddb5b3724216fcd7b33def5... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Fix: Reset removed config parameters to defaults @ 2026-09-09 08:17 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 6+ messages in thread From: Taiki Koshino @ 2026-09-09 08:17 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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@sraoss.co.jp> Discussion: https://github.com/pgpool/pgpool2/issues/164 Backpatch-through: v4.3 Branch ------ V4_5_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a9d314c23333745d378a8ee661131f039f9ea... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Fix: Reset removed config parameters to defaults @ 2026-09-09 08:18 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 6+ messages in thread From: Taiki Koshino @ 2026-09-09 08:18 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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@sraoss.co.jp> Discussion: https://github.com/pgpool/pgpool2/issues/164 Backpatch-through: v4.3 Branch ------ V4_4_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=75906a3738f7aab73cf6cf04254391b9112f7... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Fix: Reset removed config parameters to defaults @ 2026-09-09 08:18 Taiki Koshino <koshino@sraoss.co.jp> 0 siblings, 0 replies; 6+ messages in thread From: Taiki Koshino @ 2026-09-09 08:18 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org 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@sraoss.co.jp> Discussion: https://github.com/pgpool/pgpool2/issues/164 Backpatch-through: v4.3 Branch ------ V4_3_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3867ccca317252ae6930589a58ebfbcfa536d... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2026-09-09 08:18 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-09-09 08:15 pgpool: Fix: Reset removed config parameters to defaults Taiki Koshino <koshino@sraoss.co.jp> 2026-09-09 08:16 pgpool: Fix: Reset removed config parameters to defaults Taiki Koshino <koshino@sraoss.co.jp> 2026-09-09 08:17 pgpool: Fix: Reset removed config parameters to defaults Taiki Koshino <koshino@sraoss.co.jp> 2026-09-09 08:17 pgpool: Fix: Reset removed config parameters to defaults Taiki Koshino <koshino@sraoss.co.jp> 2026-09-09 08:18 pgpool: Fix: Reset removed config parameters to defaults Taiki Koshino <koshino@sraoss.co.jp> 2026-09-09 08:18 pgpool: Fix: Reset removed config parameters to defaults Taiki Koshino <koshino@sraoss.co.jp>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox