forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd050c61
committed
Fix pg_dump/pg_restore to restore event trigger comments later.
Repair an oversight in commit8728b2c: if we're postponing restoreof event triggers to the end, we must also postpone restoring anycomments on them, since of course we cannot create the comments first.(This opens yet another opportunity for an event trigger to bollixthe restore, but there's no help for that.)Per bug #16346 from Alexander Lakhin.Like the previous commit, back-patch to all supported branches.Hamid Akhtar and Tom LaneDiscussion:https://postgr.es/m/16346-6210ad7a0ea81be1@postgresql.org1 parent5fae664 commitd050c61
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3092 | 3092 |
| |
3093 | 3093 |
| |
3094 | 3094 |
| |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
| 3102 | + | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
3095 | 3107 |
| |
3096 | 3108 |
| |
3097 | 3109 |
| |
|
0 commit comments
Comments
(0)