mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Create an internal semaphore API that is not tied to SysV semaphores.
As proof of concept, provide an alternate implementation based on POSIX semaphores. Also push the SysV shared-memory implementation into a separate file so that it can be replaced conveniently.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# -traditional-cpp means "don't use apple's cpp-precomp" on darwin
|
||||
# this should change to -no-cpp-precomp when that flag is implemented
|
||||
CC="$CC -traditional-cpp"
|
||||
|
||||
# Select appropriate semaphore support
|
||||
USE_NAMED_POSIX_SEMAPHORES=1
|
||||
|
Reference in New Issue
Block a user