Re: Fix for SHGetSpecialFolderPath

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix for SHGetSpecialFolderPath
Date: 2005-01-26 19:24:38
Message-ID: 18153.1106767478@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Attached patch fixes the SHGetSpecialFolderPath issues on NT4. It does
> this by using SHGetFolderPath instead of SHGetSpecialFolderPath, and
> linking to shfolder.dll instead of shell32.dll. shfolder.dll exists as a
> redistributable from Microsoft in case it is needed on a system, and
> it's supported on all current windows platforms.

Applied.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message dpage 2005-01-26 22:02:13 Win32 pg_autovacuum service retry patch
Previous Message Alvaro Herrera 2005-01-26 14:10:38 Multi-table truncate