pgsql: Add pg_dump support for the new PARALLEL option for aggregates.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add pg_dump support for the new PARALLEL option for aggregates.
Date: 2016-04-21 03:06:22
Message-ID: E1at4wg-0008V3-QJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add pg_dump support for the new PARALLEL option for aggregates.

This was an oversight in commit 41ea0c23761ca108e2f08f6e3151e3cb1f9652a1.

Fabrízio de Royes Mello, per a report from Tushar Ahuja

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b4e0f183826e85fd43248d5047eddf393c3d8a30

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-21 03:48:42 pgsql: Honor PGCTLTIMEOUT environment variable for pg_regress' startup
Previous Message Ants Aasma 2016-04-21 01:08:01 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <