mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:22:43 -04:00
Fix typo in comment.
Pavan Deolasee
This commit is contained in:
parent
fcf91c06e0
commit
6e83fc6d05
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue