Further work on connecting the free space map (which is still just a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: af5ced9cfdb1aefd5e64af405d7e582c99a55106
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-06-29T21:08:25Z
Releases: 7.2.1
Further work on connecting the free space map (which is still just a
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.

Files