Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e019c8

Browse files
committed
More synchronous replication typo fixes.
Fujii Masao
1 parentb8bb8db commit2e019c8

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, thoughits possible that we arrive
228+
* Usually we will go at tail of queue, thoughit's possible that we arrive
229229
* here out of order, so start at tail and work back to insertion point.
230230
*/
231231
staticvoid

‎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
LatchwaitLatch;/* allow us to wait for sync rep */
128128
XLogRecPtrwaitLSN;/* waiting for this LSN or higher */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp