pgpool: Refactor BackendFlagsShowFunc().

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Refactor BackendFlagsShowFunc().
Date: 2025-12-17 04:12:25
Message-ID: E1vVitl-0055bi-09@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Refactor BackendFlagsShowFunc().

Previously BackendFlagsShowFunc() and pool_flag_to_str() used almost
identical codes. To avoid the duplication, let BackendFlagsShowFunc()
to call pool_flag_to_str().

Branch
------
master

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

Modified Files
--------------
src/config/pool_config_variables.c | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-12-17 09:06:55 pgpool: Test: fix occasional failure of 034.promote_node.
Previous Message Tatsuo Ishii 2025-12-17 02:24:09 pgpool: Feature: add sync message logging to log_per_node_statement and