Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cf9f6c8d8e9df28f3fbe1850ca7f042b2c01252e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-05-02T19:52:37Z
Releases: 8.4.0
Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also
let XLOG_BLCKSZ and XLOG_SEG_SIZE be set via configure.  Per a proposal by
Mark Wong, though I thought it better to call the switches after "wal" rather
than "xlog".

Files

PathChange+/−
configure modified +113 −3
configure.in modified +59 −4
doc/src/sgml/installation.sgml modified +29 −1
doc/src/sgml/wal.sgml modified +6 −3
src/include/pg_config.h.in modified +12 −0
src/include/pg_config_manual.h modified +1 −20