OSDN Git Service

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)
commit3c6248a828af66db4c58247cd39e54583dff1d90
treeaae40f171f8d515f820798757dfed1d43db7e3ee
parent94b0b545f8124ee2d15a9753fb389d91e4951984
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