release_10_2-2
Onder Kalaci 2022-08-10 13:57:23 +02:00
parent 45f46fe4bb
commit 244ff360a9
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ ReceiveCopyData(StringInfo copyData)
HOLD_CANCEL_INTERRUPTS();
elog(WARNING, "before sleep");
pg_usleep(1000000000000);
pg_usleep(100000);
pq_startmsgread();
int messageType = pq_getbyte();
if (messageType == EOF)