Mention to pg_backup in pg_dump.c

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Mention to pg_backup in pg_dump.c
Date: 2016-10-13 05:19:35
Message-ID: CAB7nPqR94qZxLqMDavLY4j9NE4qFsLAjMaMJVaFwEYBA=RV4uw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

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.

Regards,
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-10-13 05:49:03 pg_dump, pg_dumpall and data durability
Previous Message Vitaly Burovoy 2016-10-13 05:10:26 Re: macaddr 64 bit (EUI-64) datatype support