mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Minor fixes for WAL consistency checking.
Michael Paquier, reviewed and slightly revised by me. Discussion: http://postgr.es/m/CAB7nPqRzCQb=vdfHvMtP0HMLBHU6z1aGdo4GJsUP-HP8jx+Pkw@mail.gmail.com
This commit is contained in:
@ -9167,7 +9167,6 @@ heap_mask(char *pagedata, BlockNumber blkno)
|
||||
|
||||
if (ItemIdIsNormal(iid))
|
||||
{
|
||||
|
||||
HeapTupleHeader page_htup = (HeapTupleHeader) page_item;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user