Thread: pgsql: Fix improper usage of 'dump' bitmap

pgsql: Fix improper usage of 'dump' bitmap

From
Stephen Frost
Date:
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(-)