pgsql-server/src backend/bootstrap/bootstrap.c ... - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src backend/bootstrap/bootstrap.c ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/07/14 21:11:14

Modified files:
    src/backend/bootstrap: bootstrap.c
    src/bin/initdb : initdb.sh

Log message:
    Tweak original coding so that we can determine the platform-specific
    shared_buffers and max_connections values to use before we run the
    bootstrap process.  Without this, initdb would fail on platforms where
    the hardwired default values are too large.  (We could get around that
    by making the hardwired defaults tiny, perhaps, but why slow down
    bootstrap by starving it for buffers...)


pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/include/utils elog.h
Next
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg ChangeLog ecp ...