mirror of https://github.com/citusdata/citus.git
wip
parent
244ff360a9
commit
956c97c57c
|
@ -249,7 +249,6 @@ ReceiveCopyData(StringInfo copyData)
|
||||||
|
|
||||||
HOLD_CANCEL_INTERRUPTS();
|
HOLD_CANCEL_INTERRUPTS();
|
||||||
elog(WARNING, "before sleep");
|
elog(WARNING, "before sleep");
|
||||||
pg_usleep(100000);
|
|
||||||
pq_startmsgread();
|
pq_startmsgread();
|
||||||
int messageType = pq_getbyte();
|
int messageType = pq_getbyte();
|
||||||
if (messageType == EOF)
|
if (messageType == EOF)
|
||||||
|
|
Loading…
Reference in New Issue