Re: Fix for SHGetSpecialFolderPath - Mailing list pgsql-patches

From Tom Lane
Subject Re: Fix for SHGetSpecialFolderPath
Date
Msg-id 18153.1106767478@sss.pgh.pa.us
Whole thread Raw
In response to Fix for SHGetSpecialFolderPath  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.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

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Multi-table truncate
Next
From: dpage@postgresql.org
Date:
Subject: Win32 pg_autovacuum service retry patch