Re: Win32: Minimising desktop heap usage - Mailing list pgsql-patches

From Gregory Stark
Subject Re: Win32: Minimising desktop heap usage
Date
Msg-id 877ildq11c.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Win32: Minimising desktop heap usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Win32: Minimising desktop heap usage
List pgsql-patches
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

>> !     /*
>> !      * Note: We use getenv here because the more modern SHGetSpecialFolderPath()
>> !      * will force us to link with shell32.lib which eats valuable desktop heap.
>> !      */
>> !     tmppath = getenv("APPDATA");
>
> Hmm, is there any functional downside to this?  I suppose
> SHGetSpecialFolderPath does some things that getenv does not...

The functional difference appears to be that the environment variable is set
on startup (or login?) and doesn't necessarily have the most up to date value
if it's been changed. But it's not something you're likely to change and you
can always adjust the environment variable manually to fix the problem.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Win32: Minimising desktop heap usage
Next
From: Dave Page
Date:
Subject: Re: Win32: Minimising desktop heap usage