Re: [COMMITTERS] pgsql-server/src

From: Rod Taylor <rbt(at)zort(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Thomas Lockhart <lockhart(at)fourpalms(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql-server/src
Date: 2002-08-13 13:14:34
Message-ID: 1029244475.74400.30.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


> But I really seriously feel that this feature is a bad idea as presently
> implemented. If necessary, I'll volunteer to change it the way I think
> it should be (viz, initdb can set up a symlink to a specified xlog
> directory; no change from previous behavior anywhere else).

Neither solution is a particularly good one.

Symlinks seem to break all over the place (windows, novell, os/2),
environment variables are clumsy, arguments are easily forgotten by a
new admin starting up the system manually without reading documentation
first, and postgresql.conf changes are implemented via HUP (which we
don't want -- has to be a full restart?).

I'm going to vote a postgresql.conf entry similar to the LC_ vars thats
initialized by initdb BUT is configurable with a big warning above it
describing what needs to be done when changing it.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-08-13 13:15:16 Re: [COMMITTERS] pgsql-server/src
Previous Message Tom Lane 2002-08-13 13:00:15 Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.cbacke

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-13 13:15:16 Re: [COMMITTERS] pgsql-server/src
Previous Message Oleg Bartunov 2002-08-13 13:03:45 Re: db partial dumping with pg_dump