pgsql: Trust a few system headers to stand on their own

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Trust a few system headers to stand on their own
Дата
Msg-id E1oKjGa-000kXE-6R@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Trust a few system headers to stand on their own

At some point in the past some headers (net/if.h on some BSDs in 2009,
netinet/tcp.h on IRIX in 2000, sys/ucred.h in 2013 on then older openbsd),
only compiled if other heades were included first, complicating configure
tests. More recent tests indicate that that's not required anymore.

Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de

Branch
------
master

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

Modified Files
--------------
configure    | 56 +-------------------------------------------------------
configure.ac | 24 +++---------------------
2 files changed, 4 insertions(+), 76 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Rely on __func__ being supported