Fix things so that an error occuring during standalone-backend processing
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2003 18:19:09 +0000 (18:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2003 18:19:09 +0000 (18:19 +0000)
commit4df52b28f04669a23d7748af0a6d21b33fdda5df
treea71069ad1c7922304bfee395e5fe57a35ce135fa
parentaae078198dd4b9cbb3590262dcb65d0b735c80d7
Fix things so that an error occuring during standalone-backend processing
in initdb will result in exit(1), allowing the initdb script to realize
that there's something wrong.
src/backend/bootstrap/bootstrap.c
src/backend/utils/error/elog.c
src/backend/utils/init/globals.c
src/backend/utils/misc/guc.c
src/bin/initdb/initdb.sh
src/include/miscadmin.h