mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix a bunch of functions that were declared static then defined not-static.
Per testing with a compiler that whines about this.
This commit is contained in:
@ -8318,7 +8318,7 @@ CreateCheckPoint(int flags)
|
||||
* CreateRestartPoint() allows for the case where recovery may end before
|
||||
* the restartpoint completes so there is no concern of concurrent behaviour.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
CreateEndOfRecoveryRecord(void)
|
||||
{
|
||||
xl_end_of_recovery xlrec;
|
||||
|
Reference in New Issue
Block a user