Re: WIP: splitting BLCKSZ

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Mark Wong <markw(at)osdl(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: WIP: splitting BLCKSZ
Date: 2006-04-04 15:13:38
Message-ID: 25541.1144163618@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> I see you've changed the control file back from XLOG_BLCKSZ to BLCKSZ; I
> wasn't sure which one of those to choose.

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.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2006-04-04 16:33:28 Re: WIP: splitting BLCKSZ
Previous Message Simon Riggs 2006-04-04 15:05:15 Re: WIP: splitting BLCKSZ