Re: pg_dumpall --roles-only interact with other options - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: pg_dumpall --roles-only interact with other options
Date
Msg-id aacthjryoKZp398P@nathan
Whole thread Raw
In response to Re: pg_dumpall --roles-only interact with other options  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
Here's what I have staged for commit.  A few notes:

* I moved the new function to option_utils.c and added a macro that takes
care of figuring out the number of arguments.

* I removed the derivative flags.  I know I lobbied for those, but they
seemed out of place for this patch.  Maybe we can add them separately.

* I limited the number of new tests to one per call to
check_mut_excl_opts().  I didn't see much benefit from testing everything
exhaustively.

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix bug in multixact Oldest*MXactId initialization and access
Next
From: Robert Haas
Date:
Subject: Re: pg_plan_advice (now with transparent SQL plan performance overrides - pg_stash_advice)