- Notifications
You must be signed in to change notification settings - Fork28
Commita9d70c1
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 parentd140f2f commita9d70c1
1 file changed
+12
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3085 | 3085 |
| |
3086 | 3086 |
| |
3087 | 3087 |
| |
| 3088 | + | |
| 3089 | + | |
| 3090 | + | |
| 3091 | + | |
| 3092 | + | |
| 3093 | + | |
| 3094 | + | |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
3088 | 3100 |
| |
3089 | 3101 |
| |
3090 | 3102 |
| |
|
0 commit comments
Comments
(0)