1
0
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:
Robert Haas
2011-03-10 15:56:18 -05:00
parent b8bb8dbf20
commit 2e019c8611
2 changed files with 2 additions and 2 deletions

View File

@@ -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