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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src/backend bootstrap/bootstrap.c ...
Дата
Msg-id 20030902190413.447DED1B89A@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql-server/src/backend bootstrap/bootstrap.c ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/09/02 16:04:13

Modified files:
    src/backend/bootstrap: bootstrap.c
    src/backend/tcop: postgres.c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src backend/access/hash/hash.c ba ...
Следующее
От: petere@svr1.postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
Сообщение: pgsql-server/src/interfaces/cli example1.c exa ...