Re: Windows: openssl & gssapi dislike each other

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Windows: openssl & gssapi dislike each other
Дата
Msg-id 425201.1717885284@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Windows: openssl & gssapi dislike each other  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Windows: openssl & gssapi dislike each other
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2024-06-08 Sa 06:22, Imran Zaheer wrote:
>> Now this can either be solved by just just undefine the macro defined
>> by wincrypt.h as done here [3]
>> Or we should rearrange our headers. Openssl header should be at the
>> bottom (after the gssapi includes).

> Let's be consistent and use the #undef from [3].

+1.  Depending on header order is not great, especially when you have
to make it depend on an order that is directly contradictory to
project conventions [0].

            regards, tom lane

[0] https://wiki.postgresql.org/wiki/Committing_checklist#Policies



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

Предыдущее
От: Aaron Altman
Дата:
Сообщение: Re: Fix grammar oddities in comments
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Shouldn't jsonpath .string() Unwrap?