pgsql: Move xact.c's partial support for Lists of TransactionIds into

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move xact.c's partial support for Lists of TransactionIds into
Date: 2006-08-27 19:11:46
Message-ID: 20060827191146.D1F0F9FC5E6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move xact.c's partial support for Lists of TransactionIds into pg_list.h.
Needed because lock.c is now going to use the same type of list.

Modified Files:
--------------
pgsql/src/include/nodes:
pg_list.h (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/pg_list.h.diff?r1=1.54&r2=1.55)
pgsql/src/backend/access/transam:
xact.c (r1.225 -> r1.226)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c.diff?r1=1.225&r2=1.226)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-27 19:14:34 pgsql: Add a function GetLockConflicts() to lock.c to report xacts
Previous Message User Andrewd 2006-08-27 17:04:31 pgbuildfarm - client-code: add time string to verbose traces