]> granicus.if.org Git - postgresql/commit
Fix pg_upgrade to handle event triggers in extensions correctly.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Aug 2018 19:43:49 +0000 (15:43 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Aug 2018 19:43:49 +0000 (15:43 -0400)
commitfb4e0e8960e0a58124f6cee1110a9d78fd43674b
treecebb65cb5c8e643137d06482c5111e4bc9e57a6a
parentabd04e0dd8a50d531d6d8e428763a6fc7b16558e
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/153360083872.1395.4593932457718151600@wrigleys.postgresql.org
src/bin/pg_dump/pg_dump.c