diff --git a/pgxn/neon/communicator.c b/pgxn/neon/communicator.c index 7c84be7d15..d7775db500 100644 --- a/pgxn/neon/communicator.c +++ b/pgxn/neon/communicator.c @@ -2085,9 +2085,6 @@ communicator_read_at_lsnv(NRelFileInfo rinfo, ForkNumber forkNum, BlockNumber ba start_ts = GetCurrentTimestamp(); - if (RecoveryInProgress() && MyBackendType != B_STARTUP) - XLogWaitForReplayOf(reqlsns->request_lsn); - /* * Try to find prefetched page in the list of received pages. */