pgsql: Remove the nexus between trial_buffs and trial_conns, and don't - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Remove the nexus between trial_buffs and trial_conns, and don't
Date
Msg-id 20060102164512.9972D9DC93B@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Reset flex state in a way that works for both flex 2.5.4 and