• T
    Further work on connecting the free space map (which is still just a · af5ced9c
    Tom Lane 提交于
    stub) into the rest of the system.  Adopt a cleaner approach to preventing
    deadlock in concurrent heap_updates: allow RelationGetBufferForTuple to
    select any page of the rel, and put the onus on it to lock both buffers
    in a consistent order.  Remove no-longer-needed isExtend hack from
    API of ReleaseAndReadBuffer.
    af5ced9c
hio.c 8.8 KB