Skip to content

Commit 2e019c8

Browse files
committed
More synchronous replication typo fixes.
Fujii Masao
1 parent b8bb8db commit 2e019c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/replication/syncrep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
225225
/*
226226
* Insert MyProc into SyncRepQueue, maintaining sorted invariant.
227227
*
228-
* Usually we will go at tail of queue, though its possible that we arrive
228+
* Usually we will go at tail of queue, though it's possible that we arrive
229229
* here out of order, so start at tail and work back to insertion point.
230230
*/
231231
static void

src/include/storage/proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct PGPROC
122122
* Info to allow us to wait for synchronous replication, if needed.
123123
* waitLSN is InvalidXLogRecPtr if not waiting; set only by user backend.
124124
* syncRepState must not be touched except by owning process or WALSender.
125-
* syncRep_links used only while holding SyncRepLock.
125+
* syncRepLinks used only while holding SyncRepLock.
126126
*/
127127
Latch waitLatch; /* allow us to wait for sync rep */
128128
XLogRecPtr waitLSN; /* waiting for this LSN or higher */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy