forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc9dacdb
committed
Fix pg_upgrade to handle event triggers in extensions correctly.
pg_dump with --binary-upgrade must emit ALTER EXTENSION ADD commandsfor all objects that are members of extensions. It forgot to do so forevent triggers, as per bug #15310 from Nick Barnes. Back-patch to 9.3where event triggers were introduced.Haribabu KommiDiscussion:https://postgr.es/m/153360083872.1395.4593932457718151600@wrigleys.postgresql.org1 parentdc391da commitc9dacdb
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16660 | 16660 |
| |
16661 | 16661 |
| |
16662 | 16662 |
| |
| 16663 | + | |
| 16664 | + | |
| 16665 | + | |
| 16666 | + | |
16663 | 16667 |
| |
16664 | 16668 |
| |
16665 | 16669 |
| |
|
0 commit comments
Comments
(0)