Re: registry vs. environment (was re:binary installer)

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: registry vs. environment (was re:binary installer)
Date: 2004-01-23 18:15:19
Message-ID: 303E00EBDD07B943924382E153890E5434AA70@cuthbert.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Tom Lane wrote:
> I agree that we do not want to start hacking the parts of the code
that
> depend on environment variables. A reasonable compromise would
probably
> be to have a small chunk of Windows-specific code at startup that
reads
> the registry and installs the values it finds there by doing putenv().
> Thereafter everything operates the same as on Unix.

putenv() in windows modifies the environment for the current process,
and any process that the process calling putenv creates (but not
globally). As long as no 3rd party software relies on any env.
variables, then this is ok.

Merlin

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-01-23 18:24:48 Re: registry vs. environment (was re:binary installer)
Previous Message Tom Lane 2004-01-23 18:02:12 Re: registry vs. environment (was re:binary installer)