From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Curt Sampson <cjs(at)cynic(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, Thomas Lockhart <lockhart(at)fourpalms(dot)org>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.cbacke |
Date: | 2002-08-17 15:13:56 |
Message-ID: | 200208171513.g7HFDu301506@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
OK, with two people now asking to have the patch removed, and with no
comment from Thomas, I have removed the patch. This removes XLogDir
environment variable, and -X postmaster/postgres/initdb/pg_ctl flag.
I have also removed the code that dynamically sized xlogdir.
I will post the patch to patches, and keep the patch here in case it is
needed later.
---------------------------------------------------------------------------
Curt Sampson wrote:
> On Fri, 16 Aug 2002, Bruce Momjian wrote:
>
> > Part of the reason we can't "just continue to use the symlink method" is
> > that the PGXLOG environment variable situation is currently in CVS
> > beyond initdb and in postmaster, postgres, and pg_ctl, so we do have to
> > do something before 7.3 or we will have new environment variable
> > handling in all those commands, and I don't think we have agreement on
> > that.
>
> Well, let's take it out, then, and use the symlink instead. It may
> be in CVS now, but it's never been in a release, so there should
> be no problem with removing it.
>
> I think we've got some pretty strong opinions here that distributing
> configuration information amongst multiple environment variables
> is a Bad Idea.
>
> cjs
> --
> Curt Sampson <cjs(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
> Don't you know, in this new Dark Age, we're all light. --XTC
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-08-17 15:14:57 | Re: pgsql-server/src/interfaces/libpgtcl pgtclCmds ... |
Previous Message | Bruce Momjian - CVS | 2002-08-17 15:12:07 | pgsql-server/src backend/access/transam/xlog.c ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-08-17 15:20:18 | Re: Removing Libraries (Was: Re: Open 7.3 issues) |
Previous Message | Bruce Momjian | 2002-08-17 15:08:36 | Re: TODO item: make pg_dump use dependencies to choose dump order |