Re: WIP: splitting BLCKSZ - Mailing list pgsql-patches

From Tom Lane
Subject Re: WIP: splitting BLCKSZ
Date
Msg-id 21807.1144190495@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: splitting BLCKSZ  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: WIP: splitting BLCKSZ  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> On Tue, 2006-04-04 at 11:13 -0400, Tom Lane wrote:
>> Hm.  The entire point of having a BLCKSZ-sized control file is to have
>> it *not* change in size across format revisions (see the comments) ...
>> which I suppose means that we really ought to have a hard-wired separate
>> constant, rather than depending on something that someone might want to
>> twiddle.

> Patch enclosed.

Applied with minor editorialization (I thought the symbol ought to be
defined in pg_control.h, not some random xlog file).

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: splitting BLCKSZ
Next
From: Simon Riggs
Date:
Subject: Re: WIP: splitting BLCKSZ