File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ static int WalSegSz;
76
76
static int set_wal_segsize ;
77
77
78
78
static void CheckDataVersion (void );
79
- static bool ReadControlFile (void );
79
+ static bool read_controlfile (void );
80
80
static void GuessControlValues (void );
81
81
static void PrintControlValues (bool guessed );
82
82
static void PrintNewControlValues (void );
@@ -393,7 +393,7 @@ main(int argc, char *argv[])
393
393
/*
394
394
* Attempt to read the existing pg_control file
395
395
*/
396
- if (!ReadControlFile ())
396
+ if (!read_controlfile ())
397
397
GuessControlValues ();
398
398
399
399
/*
@@ -578,7 +578,7 @@ CheckDataVersion(void)
578
578
* to the current format. (Currently we don't do anything of the sort.)
579
579
*/
580
580
static bool
581
- ReadControlFile (void )
581
+ read_controlfile (void )
582
582
{
583
583
int fd ;
584
584
int len ;
You can’t perform that action at this time.
0 commit comments