Andres Freund wrote: > Hi Tom, > > Some comments on the release notes: > > <!-- > Author: Alvaro Herrera <[email protected]> > Branch: master [423e1211a] 2014-01-10 18:03:18 -0300 > Branch: REL9_3_STABLE [a25c2b7c4] 2014-01-10 18:03:18 -0300 > --> > > <listitem> > <para> > Fix multixact freezing of tuples that predate > a <literal>pg_upgrade</> to 9.3 > (Álvaro Herrera) > </para> > > <para> > This oversight would result in complaints such as <quote>ERROR: > MultiXactId 11415437 does no longer exist -- apparent wraparound</>. > </para> > </listitem> > > I *think* this could only happen with changes that were committed > *after* 9.3.2 has been released. Alvaro, that's right, no?
Yes, the problem was introduced in Author: Alvaro Herrera <[email protected]> Branch: master [3b97e6823] 2013-12-16 11:29:50 -0300 Branch: REL9_3_STABLE [8e9a16ab8] 2013-12-16 11:29:51 -0300 Rework tuple freezing protocol and 9.3.2 had been tagged two weeks earlier (strangely, I don't see "Release: 9.3.2" in git_changelog output, even though I just pulled). So only people using a git checkout would see it. Maybe this doesn't event warrant a release note entry. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
