Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path
Date: 2004-07-12 19:54:30
Message-ID: 200407121954.i6CJsUn04981@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Tom Lane wrote:
> >> You're not doing very well with this project :-(. pg_ctl is now
> >> actively broken, because the PGDATA value passed down to the
> >> bootstrap backend is the one in the environment variable. The
> >> previous coding canonicalized that, this does not.
>
> > I didn't think we could modify the environment variables like that
> > portably.
>
> Possibly not, but if you think that then the correct response is to
> re-assign the environment var using putenv().

Yea, but we clean up the variable on input to the backend anyway.

--
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 Bruce Momjian 2004-07-12 20:11:55 pgsql-server: Add Win32-specific join ordering.
Previous Message Tom Lane 2004-07-12 19:45:44 Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path on environment