Fix more portability issues in new amcheck code.
Tom Lane <tgl@sss.pgh.pa.us>
Fix more portability issues in new amcheck code. verify_heapam() wasn't being careful to sanity-check tuple line pointers before using them, resulting in SIGBUS on alignment-picky architectures. Fix that, add some more test coverage. Mark Dilger, some tweaking by me Discussion: https://postgr.es/m/30B8E99A-2D9C-48D4-A55C-741C9D5F1563@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/t/001_verify_heapam.pl | modified | +20 −10 |
| contrib/amcheck/verify_heapam.c | modified | +53 −25 |
Discussion
- new heapcheck contrib module 220 messages · 2020-04-20 → 2021-03-02