git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8bb8db)
More synchronous replication typo fixes.
2011年3月10日 20:56:18 +0000 (15:56 -0500)
2011年3月10日 20:56:18 +0000 (15:56 -0500)
Fujii Masao


diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index ff6b328b38214d00972e19449506eb1b568d2811..07dd235540304d351647475bdc4947eff88a05ad 100644 (file)
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -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
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index 1d6642c6c7b96ec1a58005be19a36d128746a322..f2e063c6cb5c1dbf9b3b3395a99070e26f5119b5 100644 (file)
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -122,7 +122,7 @@ struct PGPROC
* Info to allow us to wait for synchronous replication, if needed.
* waitLSN is InvalidXLogRecPtr if not waiting; set only by user backend.
* syncRepState must not be touched except by owning process or WALSender.
- * syncRep_links used only while holding SyncRepLock.
+ * syncRepLinks used only while holding SyncRepLock.
*/
Latch waitLatch; /* allow us to wait for sync rep */
XLogRecPtr waitLSN; /* waiting for this LSN or higher */
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /