Re: [COMMITTERS] pgsql: pg_upgrade: Convert old visibility map format to new format.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: pg_upgrade: Convert old visibility map format to new format.
Date: 2016-04-27 01:00:38
Message-ID: CA+Tgmoa7u6Ec7oDMOO9p09Q6Sar2D5pyXsrt6Z_F2tv7P+7sUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Apr 26, 2016 at 8:45 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Fri, Mar 11, 2016 at 05:36:34PM +0000, Robert Haas wrote:
>> pg_upgrade: Convert old visibility map format to new format.
>>
>> Commit a892234f830e832110f63fc0a2afce2fb21d1584 added a second bit per
>> page to the visibility map, but pg_upgrade has been unaware of it up
>> until now. Therefore, a pg_upgrade from an earlier major release of
>> PostgreSQL to any commit preceding this one and following the one
>> mentioned above would result in invalid visibility map contents on the
>> new cluster, very possibly leading to data corruption. This plugs
>> that hole.
>>
>> Masahiko Sawada, reviewed by Jeff Janes, Bruce Momjian, Simon Riggs,
>> Michael Paquier, Andres Freund, me, and others.
>
> I have tested the current git trees of all supported versions of
> Postgres in all possible pg_upgrade combinations and they all worked
> perfectly.

That's good!

All the commits related to this topic could use extra-careful review
and testing. If Masahiko-san got anything wrong, or I did, this could
eat people's data in ways that are very hard to track down.

So I hope we were both extra-smart while working on this patch.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2016-04-27 01:11:32 Re: Re: [COMMITTERS] pgsql: pg_upgrade: Convert old visibility map format to new format.
Previous Message Bruce Momjian 2016-04-27 00:45:01 Re: pgsql: pg_upgrade: Convert old visibility map format to new format.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2016-04-27 01:10:46 Re: Background Processes and reporting
Previous Message Noah Misch 2016-04-27 00:48:46 Re: Timeline following for logical slots