View Single Post

   
  #1 (permalink)  
Old 05-05-2008, 06:52 AM
Tom Lane
 
Posts: n/a
Default Re: configure option for XLOG_BLCKSZ

"Mark Wong" <markwkm@gmail.com> writes:
> I saw a that a patch was committed that exposed a configure switch for
> BLCKSZ. I was hoping that I could do that same for XLOG_BLCKSZ.


Well, we certainly *could*, but what's the use-case really? The case
for varying BLCKSZ is marginal already, and I've seen none at all for
varying XLOG_BLCKSZ. Why do we need to make it easier than "edit
pg_config_manual.h"?

regards, tom lane

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote