Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +3 −3 |
| src/backend/access/transam/multixact.c | modified | +40 −35 |
| src/include/access/multixact.h | modified | +4 −4 |