projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93f5ee
)
Remove unsed variable.
author
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 14 Aug 2013 22:41:57 +0000
(07:41 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 14 Aug 2013 22:42:56 +0000
(07:42 +0900)
src/context/pool_query_context.c
patch
|
blob
|
blame
|
history
diff --git
a/src/context/pool_query_context.c
b/src/context/pool_query_context.c
index 748e7690cd4e32c566244ec872a3dd87f5c6b193..2e3af16da92f0634c64d1d2728d57aad8bdee63f 100644
(file)
--- a/
src/context/pool_query_context.c
+++ b/
src/context/pool_query_context.c
@@
-504,7
+504,6
@@
void pool_where_to_send(POOL_QUERY_CONTEXT *query_context, char *query, Node *no
!pool_is_failed_transaction() &&
pool_get_transaction_isolation() != POOL_SERIALIZABLE))
{
- BackendInfo *bkinfo = pool_get_node_info(session_context->load_balance_node_id);
/* load balance */
pool_set_node_to_be_sent(query_context,
session_context->load_balance_node_id);