]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Wrap multixact/members correctly during extension, take 2
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 9 Jun 2014 19:17:23 +0000 (15:17 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 9 Jun 2014 19:17:23 +0000 (15:17 -0400)
commitb0b263baab3e927fe4b4f35755b91ac8d1db8fe0
tree8bd13dc54740bc7efbe56f650d1b9787cfce928d
parentfe7337f2dc3177da19b647fcda3a33b73da82e14
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.
src/backend/access/transam/multixact.c
src/include/access/multixact.h