Move xact.c's partial support for Lists of TransactionIds into pg_list.h.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +1 −9 |
| src/include/nodes/pg_list.h | modified | +12 −1 |