Re: Mention to pg_backup in pg_dump.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Mention to pg_backup in pg_dump.c
Date
Msg-id 29154.1476389327@sss.pgh.pa.us
Whole thread Raw
In response to Mention to pg_backup in pg_dump.c  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Mention to pg_backup in pg_dump.c
List pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> I just bumped into the following thing in pg_dump.c:
>     /* Set default options based on progname */
>     if (strcmp(progname, "pg_backup") == 0)
>         format = "c";
> As far as I can see this comes from e8f69be0 dated of 2000. Couldn't
> this be removed? I have never seen traces of pg_backup in the code.

Looks dead to me too --- deleted.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: make coverage-html on OS X
Next
From: Alvaro Herrera
Date:
Subject: Re: Pluggable storage