Skip to content

Commit f84be93

Browse files
committed
-
1 parent 72632bd commit f84be93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_exchange/exchange.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ EXCHANGE_Execute(CustomScanState *node)
11331133
ScanState *ss = &node->ss;
11341134
ScanState *subPlanState = linitial(node->custom_ps);
11351135
ExchangeState *state = (ExchangeState *) node;
1136-
bool readRemote = true;
1136+
bool readRemote = false;
11371137

11381138
init_state_ifany(state);
11391139

@@ -1147,7 +1147,7 @@ EXCHANGE_Execute(CustomScanState *node)
11471147
if ((state->activeRemotes > 0) && readRemote)
11481148
{
11491149
int status;
1150-
elog(LOG, "Check msgs");
1150+
11511151
slot = RecvTuple(ss->ss_ScanTupleSlot->tts_tupleDescriptor,
11521152
state->stream, &status);
11531153
switch (status)

0 commit comments

Comments
 (0)