pgpool: Down grade debug log to DEBUG5 in pool_temp_tables_delete().

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Down grade debug log to DEBUG5 in pool_temp_tables_delete().
Date: 2026-08-29 05:25:51
Message-ID: E1x0BZd-0000000BSsL-3wr9@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Down grade debug log to DEBUG5 in pool_temp_tables_delete().

There was a debug log accidentally Left as LOG. Change it to DEBUG5.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Backpatch-through: v4.3

Branch
------
V4_3_STABLE

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

Modified Files
--------------
src/context/pool_session_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-08-29 05:25:56 pgpool: Down grade debug log to DEBUG5 in pool_temp_tables_delete().
Previous Message Tatsuo Ishii 2026-08-15 05:06:04 pgpool: Fix pool_do_auth.