git.postgresql.org Git - postgresql.git/commit
Thu, 4 Aug 2022 21:21:51 +0000 (09:21 +1200)
Thu, 4 Aug 2022 21:21:51 +0000 (09:21 +1200)
commit adeef67834cc3db14c36430c1421cf4ed8a809d3
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
This is the main PostgreSQL git repository.
RSS
Atom