• Peter Geoghegan's avatar
    Remove nbtree BTreeTupleSetAltHeapTID() function. · 60cbd775
    Peter Geoghegan authored
    Since heap TID is supposed to be just another key attribute to the
    implementation, it doesn't make much sense to have separate
    BTreeTupleSetNAtts() and BTreeTupleSetAltHeapTID() functions.  Merge the
    two functions together.  This slightly simplifies _bt_truncate().
    60cbd775
nbtutils.c 84.5 KB