Move xact.c's partial support for Lists of TransactionIds into pg_list.h.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ca1fd0ea5b10e133a3ed00594fa908d5b647fa3d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-27T19:11:46Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/backend/access/transam/xact.c modified +1 −9
src/include/nodes/pg_list.h modified +12 −1