From: Robert Haas Date: Thu, 23 May 2013 15:34:30 +0000 (-0400) Subject: Fix typo in comment. X-Git-Tag: REL9_3_BETA2~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eb971bd64073d5208ad7c51aa36b75089d55bef;p=postgresql Fix typo in comment. Pavan Deolasee --- diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h index 417094f727..ac23ea6976 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 */