pgsql: Remove configure probe for setsid.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Remove configure probe for setsid.
Дата
Msg-id E1oJisX-000Kmj-Uv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove configure probe for setsid.

setsid() is in SUSv2 and all targeted Unix systems have it.  Retain a
HAVE_SETSID macro, defined on Unix only.  That's easier to understand
than !defined(WIN32), for the optional code it governs.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CA+hUKGJ3LHeP9w5Fgzdr4G8AnEtJ=z=p6hGDEm4qYGEUX5B6fQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
configure                  | 2 +-
configure.ac               | 1 -
src/include/pg_config.h.in | 3 ---
src/include/port.h         | 1 +
src/tools/msvc/Solution.pm | 1 -
5 files changed, 2 insertions(+), 6 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Revert recent changes to 002_pg_upgrade.pl.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Fix failure to set correct operator in window run condition