diff options
| author | Thomas Munro | 2022-08-04 21:19:36 +0000 |
|---|---|---|
| committer | Thomas Munro | 2022-08-04 21:19:36 +0000 |
| commit | 098f4d813b69b4f88943afa777ae4bba5166f803 (patch) | |
| tree | 41a7ade08efe9124b19ae11acdcd68c297c6f271 /src/tools | |
| parent | bdb657edd6db1e471437d62f4642674a801ef32c (diff) | |
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
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Solution.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index c703708b50b..5499498137c 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -351,7 +351,6 @@ sub GenerateFiles HAVE_SETPROCTITLE => undef, HAVE_SETPROCTITLE_FAST => undef, HAVE_SETSID => undef, - HAVE_SHM_OPEN => undef, HAVE_SOCKLEN_T => 1, HAVE_SPINLOCKS => 1, HAVE_STDBOOL_H => 1, |
