postgresql/src/bin
Stephen Frost 562f06f3f0 pg_dump only selected components of ACCESS METHODs
dumpAccessMethod() didn't get the memo that we now have a bitfield for
the components which should be dumped instead of a simple boolean.

Correct that by checking if the relevant bit is set for each component
being dumped out (and not dumping it out if it isn't set).

This corrects an issue where CREATE ACCESS METHOD commands were being
included in non-binary-upgrades when an extension included an access
method (as the bloom extensions does).

Also add a regression test to make sure that we only dump out the
ACCESS METHOD commands, when they are part of an extension, when doing
a binary upgrade.

Pointed out by Thom Brown.
2016-06-07 09:56:02 -04:00
..
initdb Fix typo in TAP test identification string. 2016-05-23 20:04:27 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Translation updates 2016-05-09 10:04:41 -04:00
pg_config Translation updates 2016-05-09 10:04:41 -04:00
pg_controldata Translation updates 2016-05-09 10:04:41 -04:00
pg_ctl Translation updates 2016-05-09 10:04:41 -04:00
pg_dump pg_dump only selected components of ACCESS METHODs 2016-06-07 09:56:02 -04:00
pg_resetxlog Translation updates 2016-05-09 10:04:41 -04:00
pg_rewind Translation updates 2016-05-09 10:04:41 -04:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade pg_upgrade: Don't overwrite existing files. 2016-06-06 09:51:56 -04:00
pg_xlogdump Generic Messages for Logical Decoding 2016-04-06 10:05:41 +01:00
pgbench Fix pgbench's parsing of double values to notice trailing garbage. 2016-05-06 11:08:48 -04:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Suppress -Wunused-result warnings about write(), again. 2016-06-03 11:29:38 -04:00
scripts Translation updates 2016-05-09 10:04:41 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00