pgsql: Fix initdb's logic for picking shared_buffers/max_fsm_pages,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix initdb's logic for picking shared_buffers/max_fsm_pages,
Дата
Msg-id 20061004185808.C0A5B9FB24D@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had
gotten rather thoroughly whacked out by careless recent changes: the
intended ratio between the two was off by a lot, and the minimum number
of shared buffers tried had increased by a lot.  Problem exposed by
failures on buildfarm members with smaller SHMMAX values.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.124 -> r1.125)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.124&r2=1.125)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix comment to agree with presentation.
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - plscheme: Remove redundant proc_t members and fix a minor