mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
More synchronous replication typo fixes.
Fujii Masao
This commit is contained in:
@@ -225,7 +225,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
|
||||
/*
|
||||
* Insert MyProc into SyncRepQueue, maintaining sorted invariant.
|
||||
*
|
||||
* Usually we will go at tail of queue, though its possible that we arrive
|
||||
* Usually we will go at tail of queue, though it's possible that we arrive
|
||||
* here out of order, so start at tail and work back to insertion point.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user