mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Add missing "void" to prototypes.
Commit 5910d6c7e3
got this wrong.
Report and patch by Andrew Gierth.
Discussion: http://postgr.es/m/8736diaj98.fsf@news-spur.riddles.org.uk
This commit is contained in:
@ -161,7 +161,7 @@ static pg_time_t last_xlog_switch_time;
|
||||
|
||||
/* Prototypes for private functions */
|
||||
|
||||
static void HandleCheckpointerInterrupts();
|
||||
static void HandleCheckpointerInterrupts(void);
|
||||
static void CheckArchiveTimeout(void);
|
||||
static bool IsCheckpointOnSchedule(double progress);
|
||||
static bool ImmediateCheckpointRequested(void);
|
||||
|
Reference in New Issue
Block a user