OSDN Git Service

Clean up MultiXactIdExpand's API by separating out the case where we
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:42:41 +0000 (19:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:42:41 +0000 (19:42 +0000)
commit126eaef651ec96a48b18a111aa888b9be46e16fa
tree99fef9389f22acac49ac47f43431a849d5639f72
parent893b57c871b97c9324e3eea77409e487a1e22ae8
Clean up MultiXactIdExpand's API by separating out the case where we
are creating a new MultiXactId from two regular XIDs.  The original
coding was unnecessarily complicated and didn't save any code anyway.
src/backend/access/heap/heapam.c
src/backend/access/transam/multixact.c
src/include/access/multixact.h