mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@ -75,7 +75,7 @@ static volatile sig_atomic_t startup_progress_timer_expired = false;
|
||||
/*
|
||||
* Time between progress updates for long-running startup operations.
|
||||
*/
|
||||
int log_startup_progress_interval = 10000; /* 10 sec */
|
||||
int log_startup_progress_interval = 10000; /* 10 sec */
|
||||
|
||||
/* Signal handlers */
|
||||
static void StartupProcTriggerHandler(SIGNAL_ARGS);
|
||||
|
Reference in New Issue
Block a user