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-09-02 19:04:13
Message-ID: 20030902190413.447DED1B89A@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/09/02 16:04:13

Modified files:
src/backend/bootstrap: bootstrap.c
src/backend/tcop: postgres.c

Log message:
Cause standalone backend (including bootstrap case) to read the GUC
config file if it exists. This was already discussed as being a good
idea, and now seems the cleanest way to deal with initdb-time failures
on machines with small SHMMAX. (The submitted patches instead modified
initdb.sh to pass the correct sizing parameters, but that would still
leave standalone backends prone to failure later. An admin who needs
to use a standalone backend has enough trouble already, he shouldn't
have to manually configure its shmem settings...)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-09-02 21:45:38 pgsql-server/src/interfaces/cli example1.c exa ...
Previous Message Tom Lane 2003-09-02 18:13:32 pgsql-server/src backend/access/hash/hash.c ba ...