forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6bda2af
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 parent0d21f91 commit6bda2af
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
893 | 893 |
| |
894 | 894 |
| |
895 | 895 |
| |
| 896 | + | |
896 | 897 |
| |
897 | 898 |
| |
898 | 899 |
| |
| |||
970 | 971 |
| |
971 | 972 |
| |
972 | 973 |
| |
973 |
| - | |
| 974 | + | |
| 975 | + | |
974 | 976 |
| |
975 | 977 |
| |
976 | 978 |
| |
| |||
984 | 986 |
| |
985 | 987 |
| |
986 | 988 |
| |
987 |
| - | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
988 | 994 |
| |
989 | 995 |
| |
990 | 996 |
| |
|
0 commit comments
Comments
(0)