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

From Tom Lane
Subject Re: WIP: splitting BLCKSZ
Date
Msg-id 17266.1144102104@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: splitting BLCKSZ  (Mark Wong <markw@osdl.org>)
List pgsql-patches
Mark Wong <markw@osdl.org> writes:
> Here's an updated patch with help from Simon.  Once I get a test system
> going again in the lab I'll start posting some data.  I'm planning a
> combination of block sizes (BLCKSZ and XLOG_BLCKSZ) and number of WAL
> buffers.

If there's no objection, I'll go ahead and apply the parts of this that
create a separate XLOG_BLCKSZ symbol, but not (yet) the parts that
actually change any parameter values.  I can't see any very good reason
why data block size and xlog block size were ever tied together, and I
think it'll make the code read better if they're separated.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: WIP: splitting BLCKSZ
Next
From: Tom Lane
Date:
Subject: Re: WIP: splitting BLCKSZ