forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89c29c0
committed
Fix corner case for binary upgrade: extension functions in pg_catalog.
Normally, pg_dump summarily excludes functions in pg_catalog fromconsideration. However, some extensions may create functions in pg_catalog(adminpack already does that, and extensions for procedural languages willlikely do it too). In binary-upgrade mode, we have to dump such functions,or the extension will be incomplete after upgrading. Per experimentationwith adminpack.1 parent8b25575 commit89c29c0
1 file changed
+38
-9
lines changedLines changed: 38 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3462 | 3462 |
| |
3463 | 3463 |
| |
3464 | 3464 |
| |
3465 |
| - | |
| 3465 | + | |
| 3466 | + | |
| 3467 | + | |
| 3468 | + | |
3466 | 3469 |
| |
3467 | 3470 |
| |
3468 | 3471 |
| |
| |||
3471 | 3474 |
| |
3472 | 3475 |
| |
3473 | 3476 |
| |
3474 |
| - | |
3475 |
| - | |
3476 |
| - | |
3477 |
| - | |
| 3477 | + | |
| 3478 | + | |
| 3479 | + | |
| 3480 | + | |
| 3481 | + | |
3478 | 3482 |
| |
| 3483 | + | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
| 3487 | + | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
3479 | 3491 |
| |
3480 | 3492 |
| |
3481 | 3493 |
| |
| |||
3608 | 3620 |
| |
3609 | 3621 |
| |
3610 | 3622 |
| |
3611 |
| - | |
| 3623 | + | |
| 3624 | + | |
| 3625 | + | |
| 3626 | + | |
| 3627 | + | |
| 3628 | + | |
| 3629 | + | |
| 3630 | + | |
3612 | 3631 |
| |
3613 | 3632 |
| |
3614 | 3633 |
| |
| |||
3617 | 3636 |
| |
3618 | 3637 |
| |
3619 | 3638 |
| |
3620 |
| - | |
3621 |
| - | |
3622 |
| - | |
| 3639 | + | |
| 3640 | + | |
| 3641 | + | |
3623 | 3642 |
| |
3624 | 3643 |
| |
3625 | 3644 |
| |
| 3645 | + | |
| 3646 | + | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
3626 | 3653 |
| |
3627 | 3654 |
| |
3628 | 3655 |
| |
| |||
13319 | 13346 |
| |
13320 | 13347 |
| |
13321 | 13348 |
| |
| 13349 | + | |
| 13350 | + | |
13322 | 13351 |
| |
13323 | 13352 |
| |
13324 | 13353 |
| |
|
0 commit comments
Comments
(0)