https://github.com/postgres/postgres
Revision dfffe651e258465c170a3b7811c9825ae2124257 authored by Tom Lane on 07 August 2018, 19:43:49 UTC, committed by Tom Lane on 07 August 2018, 19:43:49 UTC
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
1 parent 5abdb33
History
Tip revision: dfffe651e258465c170a3b7811c9825ae2124257 authored by Tom Lane on 07 August 2018, 19:43:49 UTC
Fix pg_upgrade to handle event triggers in extensions correctly.
Tip revision: dfffe65
File Mode Size
config
contrib
doc
src
.gitignore -rw-r--r-- 392 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.5 KB
HISTORY -rw-r--r-- 284 bytes
Makefile -rw-r--r-- 1.6 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 728 bytes
aclocal.m4 -rw-r--r-- 385 bytes
configure -rwxr-xr-x 889.9 KB
configure.in -rw-r--r-- 66.8 KB

README

back to top