diff options
| author | Robert Haas | 2011-03-10 20:56:18 +0000 |
|---|---|---|
| committer | Robert Haas | 2011-03-10 20:56:18 +0000 |
| commit | 2e019c8611654175780db488d81cc2dc8311f22e (patch) | |
| tree | 7b167637682d6db006b2847c16fc79428a6190e2 /src/include | |
| parent | b8bb8dbf20e13087f8e57ff4c42e81776ae5e545 (diff) | |
More synchronous replication typo fixes.
Fujii Masao
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 1d6642c6c7b..f2e063c6cb5 100644 --- 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 */ |
