pgsql: Allow building with MSVC and Strawberry perl

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Allow building with MSVC and Strawberry perl
Дата
Msg-id E1oyfT5-000o2p-Ca@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow building with MSVC and Strawberry perl

Strawberry uses __builtin_expect which Visual C doesn't have. For this
case define it as a noop. Solution taken from vim sources.

Backpatch to all live branches

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fed54fc9a5819d43ab60518306925c38f5e2bc43

Modified Files
--------------
src/pl/plperl/plperl.h | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Correct some SQL feature names
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Allow building with MSVC and Strawberry perl