Skip to content

Commit ab2232c

Browse files
author
hackorum
committed
Apply syncrep.c.patch
1 parent b597835 commit ab2232c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/replication/syncrep.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* If requested, transaction commits wait until their commit LSN are
88
* acknowledged by the synchronous standbys.
99
*
10-
* This module contains the code for waiting and release of backends.
10+
* This module contains the code for waiting and releasing of backends.
1111
* All code in this module executes on the primary. The core streaming
1212
* replication transport remains within WALreceiver/WALsender modules.
1313
*
@@ -903,7 +903,7 @@ SyncRepGetStandbyPriority(void)
903903
}
904904

905905
/*
906-
* Walk the specified queue from head. Set the state of any backends that
906+
* Wake the specified queue from head. Set the state of any backends that
907907
* need to be woken, remove them from the queue, and then wake them.
908908
* Pass all = true to wake whole queue; otherwise, just wake up to
909909
* the walsender's LSN.

0 commit comments

Comments
 (0)