forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f1e336
committed
Fix bug that could try to freeze running multixacts.
Commits801c2dc and801c2dc made it possible for vacuum totry to freeze a multixact that is still running. That wasprevented by a check, but raised an error. Repair.Back-patch all the way.Author: Nathan Bossart, Jeremy SchneiderReported-by: Jeremy SchneiderReviewed-by: Jim Nasby, Thomas MunroDiscussion:https://postgr.es/m/DAFB8AFF-2F05-4E33-AD7F-FF8B0F760C17%40amazon.com1 parentd071a25 commit6f1e336
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
| 618 | + | |
618 | 619 |
| |
619 | 620 |
| |
620 | 621 |
| |
| |||
692 | 693 |
| |
693 | 694 |
| |
694 | 695 |
| |
695 |
| - | |
| 696 | + | |
| 697 | + | |
696 | 698 |
| |
697 | 699 |
| |
698 | 700 |
| |
| |||
706 | 708 |
| |
707 | 709 |
| |
708 | 710 |
| |
709 |
| - | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
710 | 716 |
| |
711 | 717 |
| |
712 | 718 |
| |
|
0 commit comments
Comments
(0)