Remove unnecessary logging line.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Wed, 4 Oct 2023 10:24:10 +0000 (19:24 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Wed, 4 Oct 2023 10:24:10 +0000 (19:24 +0900)
Debug message was accidentally left.

src/protocol/CommandComplete.c

index 963a034c625a576f486b738ed1718a2d69ed56bc..a6605ddb77c5adc96ef74b89d974bd7aa77e14cc 100644 (file)
@@ -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();
                }
        }