Tweak original coding so that we can determine the platform-specific

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

Commit: 9117e55493af769c70ce2218cfda64335b092d41
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-15T00:11:14Z
Releases: 7.4.1
Tweak original coding so that we can determine the platform-specific
shared_buffers and max_connections values to use before we run the
bootstrap process.  Without this, initdb would fail on platforms where
the hardwired default values are too large.  (We could get around that
by making the hardwired defaults tiny, perhaps, but why slow down
bootstrap by starving it for buffers...)

Files

PathChange+/−
src/backend/bootstrap/bootstrap.c modified +42 −13
src/bin/initdb/initdb.sh modified +40 −41