mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Remove configure probe for shm_open.
shm_open() is in SUSv2 and all targeted Unix systems have it. We retain a HAVE_SHM_OPEN macro, because it's clearer to readers than something like !defined(WIN32). 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 commit is contained in:
@@ -1810,7 +1810,6 @@ AC_CHECK_FUNCS(m4_normalize([
|
||||
setproctitle
|
||||
setproctitle_fast
|
||||
setsid
|
||||
shm_open
|
||||
strchrnul
|
||||
strsignal
|
||||
symlink
|
||||
|
||||
Reference in New Issue
Block a user