diff options
Diffstat (limited to 'src/pl/plpython/dynloader.diff')
| -rw-r--r-- | src/pl/plpython/dynloader.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/pl/plpython/dynloader.diff b/src/pl/plpython/dynloader.diff deleted file mode 100644 index 718de036c5..0000000000 --- a/src/pl/plpython/dynloader.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- postgresql-snapshot-12-13-2000/src/backend/port/dynloader/linux.h Mon May 29 03:00:17 2000 -+++ postgresql-snapshot/src/backend/port/dynloader/linux.h Sun Feb 4 23:30:59 2001 -@@ -32,7 +32,8 @@ - #endif - #else - /* #define pg_dlopen(f) dlopen(f, 1) */ --#define pg_dlopen(f) dlopen(f, 2) -+/* #define pg_dlopen(f) dlopen(f, 2) */ -+#define pg_dlopen(f) dlopen(f, (RTLD_NOW|RTLD_GLOBAL)) - #define pg_dlsym dlsym - #define pg_dlclose dlclose - #define pg_dlerror dlerror |
