mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Attempt threading in this order:
* use non-*_r function names if they are all thread-safe * (NEED_REENTRANT_FUNCS=no) * use *_r functions if they exist (configure test) * do our own locking and copying of non-threadsafe functions New to this patch is the last option.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
CFLAGS='-O2 -pipe'
|
||||
|
||||
SUPPORTS_THREADS=yes
|
||||
NEED_REENTRANT_FUNC_NAMES=no
|
||||
NEED_REENTRANT_FUNCS=no
|
||||
|
Reference in New Issue
Block a user