projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2defa00
)
Fix compile error due to previous commit.
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 5 Sep 2016 23:19:06 +0000
(08:19 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 5 Sep 2016 23:19:06 +0000
(08:19 +0900)
pool_memqcache.c
patch
|
blob
|
blame
|
history
diff --git
a/pool_memqcache.c
b/pool_memqcache.c
index 13580da5f7c09749dffd6ec92b65d1d99587c67a..b78cbd1bb644d8e9b541cbdea29926f20ebfbd60 100644
(file)
--- a/
pool_memqcache.c
+++ b/
pool_memqcache.c
@@
-603,7
+603,7
@@
POOL_STATUS pool_fetch_from_memory_cache(POOL_CONNECTION *frontend,
return POOL_END;
/* Forward "Sync" message to backend */
- session_context = pool_get_session_context(
true
);
+ session_context = pool_get_session_context();
target_backend = CONNECTION(backend, session_context->load_balance_node_id);
pool_write(target_backend, &kind, 1);
pool_write_and_flush(target_backend, &len, sizeof(len));