pgpool: Fix startup failure when neither logdir nor work_dir is configu

From: Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix startup failure when neither logdir nor work_dir is configu
Date: 2026-02-12 01:26:22
Message-ID: E1vqLTJ-004DBU-2J@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix startup failure when neither logdir nor work_dir is configured.

Pgpool failed to start when both work_dir and log_dir were commented out in pgpool.conf.

Author: Taiki Koshino
Reported-by: Luca Ferrari
Discussion: https://github.com/pgpool/pgpool2/issues/144

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=49eebfd3b2a88592032609fa58b23989cde516dd

Modified Files
--------------
src/config/pool_config_variables.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2026-02-24 07:55:44 pgpool: Add parameters to specify the watchdog/heartbeat listen address
Previous Message Taiki Koshino 2026-02-12 01:25:41 pgpool: Fix startup failure when neither logdir nor work_dir is configu