forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92d5dd3
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 parent6b6327d commit92d5dd3
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16833 | 16833 |
| |
16834 | 16834 |
| |
16835 | 16835 |
| |
| 16836 | + | |
| 16837 | + | |
| 16838 | + | |
| 16839 | + | |
16836 | 16840 |
| |
16837 | 16841 |
| |
16838 | 16842 |
| |
|
0 commit comments
Comments
(0)