Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |