• Alvaro Herrera's avatar
    Fix BRIN xlog replay · 40282224
    Alvaro Herrera authored
    There was a confusion about which block number to use when storing an
    item's pointer in the revmap -- the revmap page's blkno was being used,
    not the data page's blkno.
    
    Spotted-by: Jeff Janes
    40282224
brin_xlog.c 6.67 KB