| 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:28 |
| Message-ID: | E1vxxN8-00BA5C-35@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
------
V4_7_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7e629039b3d54f413fdf62f8f564fd820f2f835e
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-05 01:19:33 | pgpool: Downgrade debug log used in pcp_proc_info and show pool_pools e |
| Previous Message | Tatsuo Ishii | 2026-03-04 09:13:24 | pgpool: Doc: fix ignore_leading_white_space and allow_sql_comments docs |