Commit 6eb971bd authored by Robert Haas's avatar Robert Haas

Fix typo in comment.

Pavan Deolasee
parent e2ef2893
...@@ -44,7 +44,7 @@ extern void SyncRepCleanupAtProcExit(void); ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment