Remove redundant fetch of the recent flush pointer in WalSndWaitForWal.

Amit Kapila <akapila@postgresql.org>

Commit: 397cd0b3c7d18c21daea175a8280afea723f4eac
Author: Amit Kapila <akapila@postgresql.org>
Date: 2024-03-12T04:55:27Z
Releases: 17.0
Remove redundant fetch of the recent flush pointer in WalSndWaitForWal.

In WalSndWaitForWal(), we fetch a recent flush pointer both outside the
loop and inside the loop. But we start using RecentFlushPtr only after we
fetch it inside the loop. So we can remove one outside the loop.

Author: Shveta Malik
Reviewed-by: Bertrand Drouvot, Matthias van de Meent, Amit Kapila
Discussion: https://postgr.es/m/CAJpy0uBSCQz1yMD-WiEthzEe23dti2-Kr_pitVb7vAPFbFKm=A@mail.gmail.com

Files

PathChange+/−
src/backend/replication/walsender.c modified +0 −6

Discussion