pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
Дата
Msg-id 20030714200024.7A5B6CC153@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/07/14 17:00:24

Modified files:
    doc/src/sgml   : runtime.sgml
    src/backend/port: sysv_shmem.c
    src/backend/utils/init: postinit.c
    src/backend/utils/misc: postgresql.conf.sample
    src/bin/initdb : initdb.sh

Log message:
    The default values for shared_buffers and max_connections are now 1000
    and 100 respectively, if the platform will allow it.  initdb selects
    values that are not too large to allow the postmaster to start, and
    places these values in the installed postgresql.conf file.  This allows
    us to continue to start up out-of-the-box on platforms with small SHMMAX,
    while having somewhat-realistic default settings on platforms with
    reasonable SHMMAX.  Per recent pghackers discussion.


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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/include/utils ascii.h
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/include/utils array.h