• T
    Code review for HeapTupleHeader changes. Add version number to page headers · c7a165ad
    Tom Lane 提交于
    (overlaying low byte of page size) and add HEAP_HASOID bit to t_infomask,
    per earlier discussion.  Simplify scheme for overlaying fields in tuple
    header (no need for cmax to live in more than one place).  Don't try to
    clear infomask status bits in tqual.c --- not safe to do it there.  Don't
    try to force output table of a SELECT INTO to have OIDs, either.  Get rid
    of unnecessarily complex three-state scheme for TupleDesc.tdhasoids, which
    has already caused one recent failure.  Improve documentation.
    c7a165ad
spi.c 31.4 KB