Change WAL-logging scheme for multixacts to be more like regular

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

Commit: f5b2f60bd1084e218358adba04604147e5429233
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-08T15:50:28Z
Releases: 8.1.0
Change WAL-logging scheme for multixacts to be more like regular
transaction IDs, rather than like subtrans; in particular, the information
now survives a database restart.  Per previous discussion, this is
essential for PITR log shipping and for 2PC.

Files