Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 May 2008 01:08:27 +0000 (01:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 May 2008 01:08:27 +0000 (01:08 +0000)
commit43ba7bfb2c9a5fe3ab37e7453a7bddfd693499ef
tree9818de526c645eae28c73d718a702d12a5ee4549
parenta1a41c065d919ea40a02e0bd9b9f5a77de28e93b
Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all
support for a nonsegmented mode from md.c.  Per recent discussions, there
doesn't seem to be much value in a "never segment" option as opposed to
segmenting with a suitably large segment size.  So instead provide a
configure-time switch to set the desired segment size in units of gigabytes.
While at it, expose a configure switch for BLCKSZ as well.

Zdenek Kotala
configure
configure.in
doc/src/sgml/installation.sgml
doc/src/sgml/storage.sgml
src/backend/storage/file/buffile.c
src/backend/storage/smgr/md.c
src/include/pg_config.h.in
src/include/pg_config_manual.h