Re: Fix for SHGetSpecialFolderPath

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix for SHGetSpecialFolderPath
Дата
Msg-id 18153.1106767478@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fix for SHGetSpecialFolderPath  ("Magnus Hagander" <mha@sollentuna.net>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Multi-table truncate
Следующее
От: dpage@postgresql.org
Дата:
Сообщение: Win32 pg_autovacuum service retry patch