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

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

pgsql-server/src backend/postmaster/postmaster ...

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

Modified files:
    src/backend/postmaster: postmaster.c
    src/backend/utils/error: elog.c
    src/backend/utils/init: globals.c
    src/bin/initdb : initdb.sh
    src/include    : miscadmin.h

Log message:
    In bootstrap and standalone-backend modes, do not sort LOG elevel out
    of order; the 'server log' output is actually client output in these
    scenarios and we ought to treat elevels the same way as in the client
    case.  This allows initdb to not send backend stderr to /dev/null anymore,
    which makes it much more likely that people will notice problems during
    initdb.