release_10_2-2
Onder Kalaci 2022-08-10 13:54:52 +02:00
parent 232ad4735b
commit 45f46fe4bb
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ ReceiveCopyData(StringInfo copyData)
const int unlimitedSize = PQ_LARGE_MESSAGE_LIMIT;
HOLD_CANCEL_INTERRUPTS();
elog(WARNING, "before sleep");
pg_usleep(1000000000000);
pq_startmsgread();
int messageType = pq_getbyte();
if (messageType == EOF)