Fix things so that an error occuring during standalone-backend processing
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +4 −4 |
| src/backend/utils/error/elog.c | modified | +22 −12 |
| src/backend/utils/init/globals.c | modified | +3 −1 |
| src/backend/utils/misc/guc.c | modified | +7 −1 |
| src/bin/initdb/initdb.sh | modified | +2 −2 |
| src/include/miscadmin.h | modified | +6 −3 |