1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix typo in comment.

Pavan Deolasee
This commit is contained in:
Robert Haas
2013-05-23 11:34:30 -04:00
parent fcf91c06e0
commit 6e83fc6d05

View File

@@ -44,7 +44,7 @@ extern void SyncRepCleanupAtProcExit(void);
extern void SyncRepInitConfig(void); extern void SyncRepInitConfig(void);
extern void SyncRepReleaseWaiters(void); extern void SyncRepReleaseWaiters(void);
/* called by wal writer */ /* called by checkpointer */
extern void SyncRepUpdateSyncStandbysDefined(void); extern void SyncRepUpdateSyncStandbysDefined(void);
/* called by various procs */ /* called by various procs */