Fix typo in comment.

Pavan Deolasee
This commit is contained in:
Robert Haas 2013-05-23 11:34:30 -04:00
parent 9d8bc2f0ae
commit 7b2d780f2a

View 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 */