Skip to content

Commit 72632bd

Browse files
committed
-
1 parent 5076166 commit 72632bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_exchange/exchange.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ EXCHANGE_Execute(CustomScanState *node)
11471147
if ((state->activeRemotes > 0) && readRemote)
11481148
{
11491149
int status;
1150-
1150+
elog(LOG, "Check msgs");
11511151
slot = RecvTuple(ss->ss_ScanTupleSlot->tts_tupleDescriptor,
11521152
state->stream, &status);
11531153
switch (status)

0 commit comments

Comments
 (0)