Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdeb6e6

Browse files
Remove dead code in pg_ctl.c.
Missed in39969e2.Author: David SteeleDiscussion:https://postgr.es/m/0c742f0c-d663-419d-b5a7-4fe867f5566c%40pgmasters.net
1 parente9d12a5 commitfdeb6e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ static time_t start_time;
9696
staticcharpostopts_file[MAXPGPATH];
9797
staticcharversion_file[MAXPGPATH];
9898
staticcharpid_file[MAXPGPATH];
99-
staticcharbackup_file[MAXPGPATH];
10099
staticcharpromote_file[MAXPGPATH];
101100
staticcharlogrotate_file[MAXPGPATH];
102101

@@ -2447,7 +2446,6 @@ main(int argc, char **argv)
24472446
snprintf(postopts_file,MAXPGPATH,"%s/postmaster.opts",pg_data);
24482447
snprintf(version_file,MAXPGPATH,"%s/PG_VERSION",pg_data);
24492448
snprintf(pid_file,MAXPGPATH,"%s/postmaster.pid",pg_data);
2450-
snprintf(backup_file,MAXPGPATH,"%s/backup_label",pg_data);
24512449

24522450
/*
24532451
* Set mask based on PGDATA permissions,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp