Refactor BackendFlagsShowFunc()

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-hackers(at)lists(dot)postgresql(dot)org
Subject: Refactor BackendFlagsShowFunc()
Date: 2025-12-08 09:23:18
Message-ID: 20251208.182318.1485206482066038076.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.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

Attachment Content-Type Size
v1-0001-Refactor-BackendFlagsShowFunc.patch application/octet-stream 1.4 KB

Responses

Browse pgpool-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-12-09 07:52:29 Re: Allow to add compile option to CFLAGS
Previous Message Tatsuo Ishii 2025-12-03 23:58:39 Allow to add compile option to CFLAGS