Thread: pgsql: Wrap multixact/members correctly during extension, take 2

pgsql: Wrap multixact/members correctly during extension, take 2

From
Alvaro Herrera
Date:
Wrap multixact/members correctly during extension, take 2

In a50d97625497b7 I already changed this, but got it wrong for the case
where the number of members is larger than the number of entries that
fit in the last page of the last segment.

As reported by Serge Negodyuck in a followup to bug #8673.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/167a2535f8e73f792d87e3dfef094cbe4655ca23

Modified Files
--------------
src/backend/access/transam/multixact.c |   45 +++++++++++++++++++++++---------
src/include/access/multixact.h         |    2 ++
2 files changed, 34 insertions(+), 13 deletions(-)