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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend bootstrap/bootstrap.c ...
Date: 2003-09-03 21:28:19
Message-ID: 200309032128.h83LSJx29806@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> 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...)

TODO updated:

* -Have standalone backend read postgresql.conf (Tom)

I hadn't realized initdb shared_buffers would be effected by this, but
it makes sense it would.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-09-03 22:05:09 pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Previous Message Bruce Momjian 2003-09-03 21:27:21 pgsql-server/doc TODO