forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite3363cd
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 parentc6f1f4e commite3363cd
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
777 |
| - | |
778 |
| - | |
| 777 | + | |
779 | 778 |
| |
780 | 779 |
| |
781 | 780 |
| |
|
0 commit comments
Comments
(0)