pgsql-server/src backend/bootstrap/bootstrap.c ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/bootstrap/bootstrap.c ...
Date: 2003-07-15 00:11:14
Message-ID: 20030715001114.72FCFCC271@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 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...)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2003-07-15 12:38:38 pgsql-server/src/interfaces/ecpg ChangeLog ecp ...
Previous Message Tom Lane 2003-07-14 23:36:15 pgsql-server/src/include/utils elog.h