mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove fork()/exec() and only do fork(). Small cleanups.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#ifndef PRE_BSDI_2_1
|
||||
#include <dlfcn.h>
|
||||
#define pg_dlopen(f) dlopen(f, 1)
|
||||
#define pg_dlopen(f) dlopen(f, RTLD_LAZY)
|
||||
#define pg_dlsym dlsym
|
||||
#define pg_dlclose dlclose
|
||||
#define pg_dlerror dlerror
|
||||
|
Reference in New Issue
Block a user