forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit453f538
committed
amcheck: In verify_heapam, allows tuples with xmin 0.
Commite88754a caused that caseto be reported as corruption, but Peter Geoghegan pointed out thatit can legitimately happen in the case of a speculative insertionthat aborts, so we'd better not flag it as corruption after all.Back-patch to v14, like the commit that introduced the issue.Discussion:http://postgr.es/m/CAH2-WzmEabzcPTxSY-NXKH6Qt3FkAPYHGQSe2PtvGgj17ZQkCw@mail.gmail.com1 parentbf5c4b3 commit453f538
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
742 |
| - | |
743 |
| - | |
| 742 | + | |
744 | 743 |
| |
745 | 744 |
| |
746 | 745 |
| |
|
0 commit comments
Comments
(0)