summaryrefslogtreecommitdiff
path: root/src/pl/plpython/dynloader.diff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-14 22:06:50 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-14 22:06:50 +0000
commit70aa2ae6a5a8fdbba830727104e75efbdf427ed7 (patch)
tree8caa4f779fbcfd818f5445c6d8af7a67b7d83b6c /src/pl/plpython/dynloader.diff
parent80d4ae931ad50ca8eb95cc5dd6290e11eb08bbfa (diff)
downloadpostgresql-70aa2ae6a5a8fdbba830727104e75efbdf427ed7.tar.gz
Remove linking hacks now that dynloader is fixed.
Diffstat (limited to 'src/pl/plpython/dynloader.diff')
-rw-r--r--src/pl/plpython/dynloader.diff12
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