pgsql: Fix improper usage of 'dump' bitmap

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix improper usage of 'dump' bitmap
Date: 2016-04-08 20:30:14
Message-ID: E1aod2k-0006qs-9Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix improper usage of 'dump' bitmap

Now that 'dump' is a bitmap, we can't simply set it to 'true'.

Noticed while debugging the prior issue.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump_sort.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-04-08 20:56:34 pgsql: Reserve the "pg_" namespace for roles
Previous Message Stephen Frost 2016-04-08 19:54:56 Re: [COMMITTERS] pgsql: CREATE INDEX ... INCLUDING (column[, ...])