mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:45:49 -04:00
b041d3e3a1
* 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.