]> granicus.if.org Git - postgresql/commit
Tweak original coding so that we can determine the platform-specific
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jul 2003 00:11:14 +0000 (00:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jul 2003 00:11:14 +0000 (00:11 +0000)
commit9117e55493af769c70ce2218cfda64335b092d41
tree6f80d0d9bc04a220d15540e8f5f4bdb5b0146bf1
parent683f4d0a25d46ad1422b0bb2f40183bd085a4333
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...)
src/backend/bootstrap/bootstrap.c
src/bin/initdb/initdb.sh