]> granicus.if.org Git - postgresql/commitdiff
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:00 +0000 (11:35 -0400)
Pavan Deolasee

src/include/replication/syncrep.h

index 563562160001e9e76a5aef1243805ca8c360b4fb..30e61c088446556cb95ff5dbe8126fcc02d41a04 100644 (file)
@@ -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 */