pgsql: Remove the nexus between trial_buffs and trial_conns, and don't

Поиск
Список
Период
Сортировка
От adunstan@postgresql.org (Andrew Dunstan)
Тема pgsql: Remove the nexus between trial_buffs and trial_conns, and don't
Дата
Msg-id 20060102164512.9972D9DC93B@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Remove the nexus between trial_buffs and trial_conns, and don't test shared buffers lower than or equal to a value we
alreadyknow is good, but use that value instead. This will make it easier to adjust the trial values and/or formulae in
futureif necessary. 

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.103 -> r1.104)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.103&r2=1.104)

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Reset flex state in a way that works for both flex 2.5.4 and