Обсуждение: pgsql: Remove the nexus between trial_buffs and trial_conns, and don't

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

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

От
adunstan@postgresql.org (Andrew Dunstan)
Дата:
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)