Re: pg_control is missing a field for LOBLKSIZE - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pg_control is missing a field for LOBLKSIZE
Date
Msg-id CA+TgmoZvjyNDninbEXswr2_pBGF1W9E_E11d9NR6S4JWhy2Y+A@mail.gmail.com
Whole thread Raw
In response to Re: pg_control is missing a field for LOBLKSIZE  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pg_control is missing a field for LOBLKSIZE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Jun 17, 2014 at 8:46 PM, Bruce Momjian <bruce@momjian.us> wrote:
> On Tue, Jun 17, 2014 at 07:12:16PM -0400, Tom Lane wrote:
>> Bruce Momjian <bruce@momjian.us> writes:
>> > On Tue, Jun 17, 2014 at 03:55:02PM -0400, Alvaro Herrera wrote:
>> >> Can't you compare it to the historic default value?  I mean, add an
>> >> assumption that people thus far has never tweaked it.
>>
>> > Well, if they did tweak it, then they would be unable to use pg_upgrade
>> > because it would complain about a mismatch if they actually matched the
>> > old and new servers.
>>
>> What about comparing to the symbolic value LOBLKSIZE?  This would make
>> pg_upgrade assume that the old installation had been tweaked the same
>> as in its own build.  This ends up being the same as what you said,
>> ie, effectively no comparison ... but it might be less complicated to
>> code/understand.
>
> OK, assume the compiled-in default is the value for an old cluster that
> has no value --- yeah, I could do that.

I'm not really sure why this is better than Bruce's original proposal, though.

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



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: How about a proper TEMPORARY TABLESPACE?
Next
From: Kevin Grittner
Date:
Subject: Re: idle_in_transaction_timeout