forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit187331f
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 parentf736430 commit187331f
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17293 | 17293 |
| |
17294 | 17294 |
| |
17295 | 17295 |
| |
| 17296 | + | |
| 17297 | + | |
| 17298 | + | |
| 17299 | + | |
17296 | 17300 |
| |
17297 | 17301 |
| |
17298 | 17302 |
| |
|
0 commit comments
Comments
(0)