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)
commita3ad9c5f9032942488cce082106c0f33f5ea1b03
tree800eb31233f37199b06182952f711333468ea3d4
parentc48f776a879772c58e0bf26fa4b7c9005272032d
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