Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 23 May 2013 15:34:30 +0000 (11:34 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 23 May 2013 15:35:39 +0000 (11:35 -0400)
Pavan Deolasee

src/include/replication/syncrep.h

index d71047e14703d68e21a945067fa9cf6739e98033..14e62005bf9731607680286e0c6718823204c05b 100644 (file)
@@ -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 */