pgsql-server: Now that xmax and cmin are distinct fields again, we

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Now that xmax and cmin are distinct fields again, we
Date: 2004-09-17 18:09:56
Message-ID: 20040917180956.0415D329D95@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql-server/src/backend/access/heap:
heapam.c (r1.175 -> r1.176)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/heap/heapam.c.diff?r1=1.175&r2=1.176)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-17 18:28:54 pgsql-server: Hashed LEFT JOIN would miss outer tuples with no inner
Previous Message Neil Conway 2004-09-17 02:06:41 pgsql-server: Hyperlink a reference to DROP CAST in the CREATE CAST