postgresql/src/backend/bootstrap
Tom Lane b916cc435a 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...)
2003-09-02 19:04:12 +00:00
..
.cvsignore Add .cvsignore so cvs update doesn't complain about derived 2000-01-17 04:38:49 +00:00
bootparse.y Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
bootscanner.l Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
bootstrap.c Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
Makefile Arrange to compile flex output files as inclusions into other files 2002-11-01 22:52:34 +00:00