pgsql: Seems that the childXids list would be better based on Oid lists

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Seems that the childXids list would be better based on Oid lists
Date: 2005-08-20 23:45:08
Message-ID: 20050820234508.BFC1652AC9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Seems that the childXids list would be better based on Oid lists than
integer lists.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xact.c (r1.213 -> r1.214)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c.diff?r1=1.213&r2=1.214)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-21 01:04:50 pgsql: Add: > * Fix problems with wrong runtime encoding conversion for
Previous Message Tom Lane 2005-08-20 23:26:38 pgsql: Convert the arithmetic for shared memory size calculation from