Fix compile error due to previous commit.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 5 Sep 2016 23:19:06 +0000 (08:19 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 5 Sep 2016 23:19:06 +0000 (08:19 +0900)
pool_memqcache.c

index 13580da5f7c09749dffd6ec92b65d1d99587c67a..b78cbd1bb644d8e9b541cbdea29926f20ebfbd60 100644 (file)
@@ -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));