Re: Typo with pg_multixact/offset in multixact.c

2018-03-22 Thread Michael Paquier
On Thu, Mar 22, 2018 at 01:36:59PM -0400, Robert Haas wrote: > Committed. Thanks. -- Michael signature.asc Description: PGP signature

Re: Typo with pg_multixact/offset in multixact.c

2018-03-22 Thread Robert Haas
On Mon, Feb 5, 2018 at 2:14 AM, Michael Paquier wrote: > While hacking some stuff, I bumped into the following: > --- a/src/backend/access/transam/multixact.c > +++ b/src/backend/access/transam/multixact.c > @@ -1932,7 +1932,7 @@ ZeroMultiXactMemberPage(int pageno, bool writeXlog) > * MaybeExten

Typo with pg_multixact/offset in multixact.c

2018-02-04 Thread Michael Paquier
Hi all, While hacking some stuff, I bumped into the following: --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -1932,7 +1932,7 @@ ZeroMultiXactMemberPage(int pageno, bool writeXlog) * MaybeExtendOffsetSlru * Extend the offsets SLRU area,