Commit c01bc51
committed
Fix broken support for event triggers as extension members.
CREATE EVENT TRIGGER forgot to mark the event trigger as a member of its
extension, and pg_dump didn't pay any attention anyway when deciding
whether to dump the event trigger. Per report from Moshe Jacobson.
Given the obvious lack of testing here, it's rather astonishing that
ALTER EXTENSION ADD/DROP EVENT TRIGGER work, but they seem to.1 parent d7ee431 commit c01bc51
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
348 | 351 | | |
349 | 352 | | |
350 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14332 | 14332 | | |
14333 | 14333 | | |
14334 | 14334 | | |
| 14335 | + | |
| 14336 | + | |
| 14337 | + | |
| 14338 | + | |
14335 | 14339 | | |
14336 | 14340 | | |
14337 | 14341 | | |
| |||
14344 | 14348 | | |
14345 | 14349 | | |
14346 | 14350 | | |
| 14351 | + | |
| 14352 | + | |
| 14353 | + | |
| 14354 | + | |
14347 | 14355 | | |
14348 | 14356 | | |
14349 | 14357 | | |
| |||
14534 | 14542 | | |
14535 | 14543 | | |
14536 | 14544 | | |
| 14545 | + | |
| 14546 | + | |
| 14547 | + | |
| 14548 | + | |
14537 | 14549 | | |
14538 | 14550 | | |
14539 | 14551 | | |
14540 | 14552 | | |
14541 | 14553 | | |
14542 | 14554 | | |
| 14555 | + | |
| 14556 | + | |
| 14557 | + | |
| 14558 | + | |
14543 | 14559 | | |
14544 | 14560 | | |
14545 | 14561 | | |
| |||
0 commit comments