diff options
Diffstat (limited to 'src/backend/replication/syncrep.c')
-rw-r--r-- | src/backend/replication/syncrep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c index 6c160c13c6f..83734575c28 100644 --- a/src/backend/replication/syncrep.c +++ b/src/backend/replication/syncrep.c @@ -276,9 +276,8 @@ SyncRepWaitForLSN(XLogRecPtr lsn, bool commit) WAIT_EVENT_SYNC_REP); /* - * If the postmaster dies, we'll probably never get an - * acknowledgment, because all the wal sender processes will exit. So - * just bail out. + * If the postmaster dies, we'll probably never get an acknowledgment, + * because all the wal sender processes will exit. So just bail out. */ if (rc & WL_POSTMASTER_DEATH) { |