Re: [HACKERS] Allow pg_dumpall to work without pg_authid - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Allow pg_dumpall to work without pg_authid
Date
Msg-id 30b4dff5-b8ca-b662-c546-2d41356007df@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Allow pg_dumpall to work without pg_authid  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] Allow pg_dumpall to work without pg_authid  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 3/13/17 16:41, Peter Eisentraut wrote:
> Why this?

No answer.  Can we remove this chunk?

> +    if (no_role_passwords && binary_upgrade)
> +    {
> +        fprintf(stderr, _("%s: options --no-role-passwords and
> --binary-upgrade cannot be used together\n"),
> +                progname);
> +        fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
> +                progname);
> +        exit_nicely(1);
> +    }

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Updating the "tool sets" documentation for modernFreeBSD
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] WIP: [[Parallel] Shared] Hash