]> granicus.if.org Git - postgresql/commit
Cause standalone backend (including bootstrap case) to read the GUC
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Sep 2003 19:04:12 +0000 (19:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Sep 2003 19:04:12 +0000 (19:04 +0000)
commitb916cc435a18627daeb31b4567c8a364c7df5a77
tree4dff178715bfbb674ce6efcbdad08dc5670654ce
parentd70610c4eec6f6b7ca332086fdd9c91871a4718d
Cause standalone backend (including bootstrap case) to read the GUC
config file if it exists.  This was already discussed as being a good
idea, and now seems the cleanest way to deal with initdb-time failures
on machines with small SHMMAX.  (The submitted patches instead modified
initdb.sh to pass the correct sizing parameters, but that would still
leave standalone backends prone to failure later.  An admin who needs
to use a standalone backend has enough trouble already, he shouldn't
have to manually configure its shmem settings...)
src/backend/bootstrap/bootstrap.c
src/backend/tcop/postgres.c