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

Commitc08521e

Browse files
committed
Remove dead code in pg_dump.
I'm not sure if this provision for "pg_backup" behaving a bit differentlyfrom "pg_dump" ever did anything useful in a released version. But it'sdefinitely dead code now.Michael Paquier
1 parentcb77576 commitc08521e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,6 @@ main(int argc, char **argv)
363363

364364
progname=get_progname(argv[0]);
365365

366-
/* Set default options based on progname */
367-
if (strcmp(progname,"pg_backup")==0)
368-
format="c";
369-
370366
if (argc>1)
371367
{
372368
if (strcmp(argv[1],"--help")==0||strcmp(argv[1],"-?")==0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp