From 6075d5916a552c6f1b61eae77f1b325c39729ff2 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 4 Oct 2023 19:24:10 +0900 Subject: [PATCH] Remove unnecessary logging line. Debug message was accidentally left. --- src/protocol/CommandComplete.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/protocol/CommandComplete.c b/src/protocol/CommandComplete.c index 963a034c6..a6605ddb7 100644 --- a/src/protocol/CommandComplete.c +++ b/src/protocol/CommandComplete.c @@ -374,7 +374,6 @@ handle_query_context(POOL_CONNECTION_POOL * backend) pool_temp_tables_remove_pending(); /* Forget a transaction was started by multi statement query */ - elog(LOG, "unset_tx_started_by_multi_statement_query is called in CommandComplete"); unset_tx_started_by_multi_statement_query(); } } -- 2.39.5