We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d12a5 commit fdeb6e6Copy full SHA for fdeb6e6
src/bin/pg_ctl/pg_ctl.c
@@ -96,7 +96,6 @@ static time_t start_time;
96
static char postopts_file[MAXPGPATH];
97
static char version_file[MAXPGPATH];
98
static char pid_file[MAXPGPATH];
99
-static char backup_file[MAXPGPATH];
100
static char promote_file[MAXPGPATH];
101
static char logrotate_file[MAXPGPATH];
102
@@ -2447,7 +2446,6 @@ main(int argc, char **argv)
2447
2446
snprintf(postopts_file, MAXPGPATH, "%s/postmaster.opts", pg_data);
2448
snprintf(version_file, MAXPGPATH, "%s/PG_VERSION", pg_data);
2449
snprintf(pid_file, MAXPGPATH, "%s/postmaster.pid", pg_data);
2450
- snprintf(backup_file, MAXPGPATH, "%s/backup_label", pg_data);
2451
2452
/*
2453
* Set mask based on PGDATA permissions,
0 commit comments