forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit583d86f
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 parente86ece2 commit583d86f
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
| 529 | + | |
529 | 530 |
| |
530 | 531 |
| |
531 | 532 |
| |
| |||
602 | 603 |
| |
603 | 604 |
| |
604 | 605 |
| |
605 |
| - | |
| 606 | + | |
| 607 | + | |
606 | 608 |
| |
607 | 609 |
| |
608 | 610 |
| |
| |||
616 | 618 |
| |
617 | 619 |
| |
618 | 620 |
| |
619 |
| - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
620 | 626 |
| |
621 | 627 |
| |
622 | 628 |
| |
|
0 commit comments
Comments
(0)