From: Robert Haas Date: Thu, 23 May 2013 15:34:30 +0000 (-0400) Subject: Fix typo in comment. X-Git-Tag: REL9_2_5~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e83fc6d05793691d795814e55168783874721de;p=postgresql Fix typo in comment. Pavan Deolasee --- diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h index 5635621600..30e61c0884 100644 --- a/src/include/replication/syncrep.h +++ b/src/include/replication/syncrep.h @@ -44,7 +44,7 @@ extern void SyncRepCleanupAtProcExit(void); extern void SyncRepInitConfig(void); extern void SyncRepReleaseWaiters(void); -/* called by wal writer */ +/* called by checkpointer */ extern void SyncRepUpdateSyncStandbysDefined(void); /* called by various procs */