projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed90a39
)
Remove some code that was forgotten to be deleted in a previous commit.
author
Bo Peng
<pengbo@sraoss.co.jp>
Thu, 8 Aug 2019 00:48:43 +0000
(09:48 +0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Thu, 8 Aug 2019 00:48:43 +0000
(09:48 +0900)
src/context/pool_session_context.c
patch
|
blob
|
blame
|
history
diff --git
a/src/context/pool_session_context.c
b/src/context/pool_session_context.c
index 531566d2568272da47b5e8dbfc0ec2752a37806d..752bd4d52a23129f4b8cd6ebe9e5689348941db0 100644
(file)
--- a/
src/context/pool_session_context.c
+++ b/
src/context/pool_session_context.c
@@
-1170,16
+1170,6
@@
pool_pending_message_create(char kind, int len, char *contents)
void
pool_pending_message_dest_set(POOL_PENDING_MESSAGE * message, POOL_QUERY_CONTEXT * query_context)
{
- //int i;
-
- /*
- for (i = 0; i < MAX_NUM_BACKENDS; i++)
- {
- if (query_context->where_to_send[i])
- message->node_ids[i] = true;
- }
- */
-
memcpy(message->node_ids, query_context->where_to_send, sizeof(message->node_ids));
message->query_context = query_context;