File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments