Fix pg_upgrade to handle event triggers in extensions correctly.

pg_dump with --binary-upgrade must emit ALTER EXTENSION ADD commands
for all objects that are members of extensions.  It forgot to do so for
event triggers, as per bug #15310 from Nick Barnes.  Back-patch to 9.3
where event triggers were introduced.

Haribabu Kommi

Discussion: 
https://postgr.es/m/[email protected]

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/187331fefdb0b4cc2c2aaab42c754dcafa2a0f08

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

Reply via email to