projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54efc5
)
Remove unnecessary logging line.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Wed, 4 Oct 2023 10:24:10 +0000
(19:24 +0900)
committer
Tatsuo 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
patch
|
blob
|
blame
|
history
diff --git
a/src/protocol/CommandComplete.c
b/src/protocol/CommandComplete.c
index 963a034c625a576f486b738ed1718a2d69ed56bc..a6605ddb77c5adc96ef74b89d974bd7aa77e14cc 100644
(file)
--- 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();
}
}