forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03838b8
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 parent5b5ed47 commit03838b8
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17302 | 17302 |
| |
17303 | 17303 |
| |
17304 | 17304 |
| |
| 17305 | + | |
| 17306 | + | |
| 17307 | + | |
| 17308 | + | |
17305 | 17309 |
| |
17306 | 17310 |
| |
17307 | 17311 |
| |
|
0 commit comments
Comments
(0)