From: Robert Haas Date: Thu, 23 May 2013 15:34:30 +0000 (-0400) Subject: Fix typo in comment. X-Git-Tag: REL9_1_10~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b2d780f2ade55b9d569b1af093e74d4cbfc7792;p=postgresql Fix typo in comment. Pavan Deolasee --- diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h index d71047e147..14e62005bf 100644 --- 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 bgwriter */ extern void SyncRepUpdateSyncStandbysDefined(void); /* called by various procs */