| From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
|---|---|
| To: | pgpool-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgpool: Downgrade debug log used in pcp_proc_info and show pool_pools e |
| Date: | 2026-03-05 01:19:33 |
| Message-ID: | E1vxxNE-00BA73-1y@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Downgrade debug log used in pcp_proc_info and show pool_pools etc.
706ca859c64c50a47e6dc2ff31f6be22c6ce5a13 accidentaly added elog(LOG,..):
2026-03-05 08:26:25.507: psql pid 1044939: LOCATION: pool_process_reporting.c:1706
2026-03-05 08:26:25.507: psql pid 1044939: LOG: pi->node_ids[0]:1 pi->node_ids[1]:0
The log appears when pcp_proc_info, show pool_pools and pgpool_adm's
pcp_proc_info are executed. It is a debug log. So Down grade it to
DEBUG5.
Backpatch-through: v4.7
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f647c4a372ea2c2cfae80e4e60f209e236fe41ec
Modified Files
--------------
src/utils/pool_process_reporting.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2026-03-09 09:19:03 | pgpool: Close listening sockets before forking. |
| Previous Message | Tatsuo Ishii | 2026-03-05 01:19:28 | pgpool: Downgrade debug log used in pcp_proc_info and show pool_pools e |