]> granicus.if.org Git - postgresql/commit
Now that xmax and cmin are distinct fields again, we should zero xmax when
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Sep 2004 18:09:55 +0000 (18:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Sep 2004 18:09:55 +0000 (18:09 +0000)
commit054b78ba38e7bd11db1725ede38675b5cfaebe0b
treeb0ad5d656e795365556d7896080f523c0f06d246
parent12ce26f8da1f309218073f5d505284829f29a02b
Now that xmax and cmin are distinct fields again, we should zero xmax when
creating a new tuple.  This is just for debugging sanity, though, since
nothing should be paying any attention to xmax when the HEAP_XMAX_INVALID
bit is set.
src/backend/access/heap/heapam.c