diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 0fdf722f8522f7249fc39875ebe1ba0e764ed333..a6a7a1425be909eceb26f88f92d746f7a8280278 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -565,7 +565,7 @@ ProcessStandbyReplyMessage(void) { TransactionId nextXid; uint32 nextEpoch; - bool epochOK; + bool epochOK = false; GetNextXidAndEpoch(&nextXid, &nextEpoch);