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

Started by Tom Lanealmost 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)