Skip to content
Snippets Groups Projects
Commit 6e83fc6d authored by Robert Haas's avatar Robert Haas
Browse files

Fix typo in comment.

Pavan Deolasee
parent fcf91c06
No related branches found
No related tags found
No related merge requests found
...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment