Обсуждение: pgsql-server/src backend/bootstrap/bootstrap.c ...

Поиск
Список
Период
Сортировка

pgsql-server/src backend/bootstrap/bootstrap.c ...

От
tgl@developer.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@developer.postgresql.org    03/05/28 14:19:09

Modified files:
    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

Log message:
    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.