Re: Refactor BackendFlagsShowFunc()

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Refactor BackendFlagsShowFunc()
Date: 2025-12-17 04:12:50
Message-ID: 20251217.131250.1502848575535780879.ishii@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-hackers

> Currently BackendFlagsShowFunc() and pool_flag_to_str() use almost
> identical codes. To avoid the duplication, I would like to propose to
> let BackendFlagsShowFunc() to call pool_flag_to_str(). Patch attached.

Patch pushed. Thanks.
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

In response to

Browse pgpool-hackers by date

  From Date Subject
Next Message Nadav Shatz 2025-12-21 11:06:10 Re: Proposal: recent access based routing for primary-replica setups
Previous Message Tatsuo Ishii 2025-12-17 02:24:53 Re: Feature: add sync message logging to log_per_node_statement and notice_per_node_statement