[COMMITTERS] pgsql: Handle ALTER EXTENSION ADD/DROP with pg_init_privs

2017-01-29 Thread Stephen Frost
Handle ALTER EXTENSION ADD/DROP with pg_init_privs In commit 6c268df, pg_init_privs was added to track the initial privileges of catalog objects and extensions. Unfortunately, that commit didn't include understanding of ALTER EXTENSION ADD/DROP, which allows the objects associated with an extensi

[COMMITTERS] pgsql: Handle ALTER EXTENSION ADD/DROP with pg_init_privs

2017-01-29 Thread Stephen Frost
Handle ALTER EXTENSION ADD/DROP with pg_init_privs In commit 6c268df, pg_init_privs was added to track the initial privileges of catalog objects and extensions. Unfortunately, that commit didn't include understanding of ALTER EXTENSION ADD/DROP, which allows the objects associated with an extensi

[COMMITTERS] pgsql: test_pg_dump TAP test whitespace cleanup

2017-01-29 Thread Stephen Frost
test_pg_dump TAP test whitespace cleanup The formatting of the perl hashes used in the TAP tests for test_pg_dump was rather horribly inconsistent and made it more difficult than it really should have been to add new tests or adjust what tests are for what runs, etc. Reformat to clean that all up

[COMMITTERS] pgsql: test_pg_dump TAP test whitespace cleanup

2017-01-29 Thread Stephen Frost
test_pg_dump TAP test whitespace cleanup The formatting of the perl hashes used in the TAP tests for test_pg_dump was rather horribly inconsistent and made it more difficult than it really should have been to add new tests or adjust what tests are for what runs, etc. Reformat to clean that all up