forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf6661d3
committed
Fix use of wrong index in ComputeXidHorizons().
This bug, recently introduced in941697c, at least lead to vacuumfailing because it found tuples inserted by a running transaction, butbelow the freeze limit. The freeze limit in turn is directly affectedby the aforementioned bug.Thanks to Tom Lane figuring how to make the bug reproducible.We should add a few more assertions to make sure this type of bugisn't as hard to notice, but it's not yet clear how to best do so.Co-Diagnosed-By: Tom Lane <tgl@sss.pgh.pa.us>Author: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/1013484.1597609043@sss.pgh.pa.us1 parent49967da commitf6661d3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1663 | 1663 |
| |
1664 | 1664 |
| |
1665 | 1665 |
| |
1666 |
| - | |
| 1666 | + | |
1667 | 1667 |
| |
1668 | 1668 |
| |
1669 | 1669 |
| |
|
0 commit comments
Comments
(0)