projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a57da
)
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:41:57 +0000
(07:41 +0900)
pool_query_context.c
patch
|
blob
|
blame
|
history
diff --git
a/pool_query_context.c
b/pool_query_context.c
index 2db08a7b12186ea3e699569613d5407cb7ff29cf..4e796ff552d9612bd83a8b96dedbc47702d48771 100644
(file)
--- a/
pool_query_context.c
+++ b/
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);