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:25:41
Message-ID: E1vqLSe-004Cjz-2i@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
------
V4_7_STABLE

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

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-12 01:26:22 pgpool: Fix startup failure when neither logdir nor work_dir is configu
Previous Message Tatsuo Ishii 2026-02-02 05:17:40 pgpool: Fix oversight in check_transaction_state_and_abort().