projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8bc2f
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 23 May 2013 15:34:30 +0000
(11:34 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 23 May 2013 15:35:39 +0000
(11:35 -0400)
Pavan Deolasee
src/include/replication/syncrep.h
patch
|
blob
|
history
diff --git
a/src/include/replication/syncrep.h
b/src/include/replication/syncrep.h
index d71047e14703d68e21a945067fa9cf6739e98033..14e62005bf9731607680286e0c6718823204c05b 100644
(file)
--- a/
src/include/replication/syncrep.h
+++ b/
src/include/replication/syncrep.h
@@
-40,7
+40,7
@@
extern void SyncRepCleanupAtProcExit(void);
extern void SyncRepInitConfig(void);
extern void SyncRepReleaseWaiters(void);
-/* called by
wal
writer */
+/* called by
bg
writer */
extern void SyncRepUpdateSyncStandbysDefined(void);
/* called by various procs */