Re: Windows port minor fixes

Поиск
Список
Период
Сортировка
От Juan José Santamaría Flecha
Тема Re: Windows port minor fixes
Дата
Msg-id CAC+AXB2u8YYghvwRN2gNOx+gO2_6uNc+2D2KOJbYBLZqLJsuOw@mail.gmail.com
обсуждение исходный текст
Ответ на Windows port minor fixes  (Ranier Vilela <ranier_gyn@hotmail.com>)
Ответы Re: Windows port minor fixes  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers


On Mon, Dec 16, 2019 at 6:34 PM Ranier Vilela <ranier_gyn@hotmail.com> wrote:

Considering that postgres only supports windows versions that have the new API, it would be good to make the replace.


That is not actually the case. If you check the _WIN32_WINNT logic in src/include/port/win32.h you can see that depending on your building tools you can get a version lower than that, for example if using MinGW.
 

* memory leak fix to src/common/exec.c
* CryptGenRandom change by BCryptGenRandom to src/port/pg_strong_random.c
* link bcrypt.lib to src/tools/msvc/Mkvcbuild.pm


If you want to address 2 unrelated issues, it makes little sense to use a single thread and 3 patches.

Regards,

Juan José Santamaría Flecha  

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: polymorphic table functions light
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: polymorphic table functions light