We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72632bd commit f84be93Copy full SHA for f84be93
contrib/pg_exchange/exchange.c
@@ -1133,7 +1133,7 @@ EXCHANGE_Execute(CustomScanState *node)
1133
ScanState *ss = &node->ss;
1134
ScanState *subPlanState = linitial(node->custom_ps);
1135
ExchangeState *state = (ExchangeState *) node;
1136
- bool readRemote = true;
+ bool readRemote = false;
1137
1138
init_state_ifany(state);
1139
@@ -1147,7 +1147,7 @@ EXCHANGE_Execute(CustomScanState *node)
1147
if ((state->activeRemotes > 0) && readRemote)
1148
{
1149
int status;
1150
-elog(LOG, "Check msgs");
+
1151
slot = RecvTuple(ss->ss_ScanTupleSlot->tts_tupleDescriptor,
1152
state->stream, &status);
1153
switch (status)
0 commit comments