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

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the nexus between trial_buffs and trial_conns, and don't
Date: 2006-01-02 16:45:12
Message-ID: 20060102164512.9972D9DC93B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 already know is good, but use that value instead. This will make it easier to adjust the trial values and/or formulae in future if 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-02 19:55:25 pgsql: Reset flex state in a way that works for both flex 2.5.4 and
Previous Message Magnus Hagander 2006-01-02 11:23:59 Re: pgsql: Arrange to set the LC_XXX environment variables to match our