]> 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)
commit91f6ec2994ff7a86a1bb37c92937c51d07c77422
tree389ddbda507c0041fc86258b2db3eb5a750ba9a4
parentf3f6558b5d767317baad6934c6bd0def3bd601bd
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