mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Fix function names in comments.
Commit 3eb77eba5a
renamed some functions, but forgot to
update some comments referencing to those functions.
This commit fixes those function names in the comments.
Kyotaro Horiguchi
This commit is contained in:
@ -137,7 +137,7 @@ typedef struct
|
||||
|
||||
static CheckpointerShmemStruct *CheckpointerShmem;
|
||||
|
||||
/* interval for calling AbsorbFsyncRequests in CheckpointWriteDelay */
|
||||
/* interval for calling AbsorbSyncRequests in CheckpointWriteDelay */
|
||||
#define WRITES_PER_ABSORB 1000
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user