We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969cc16 commit 9f8ff2aCopy full SHA for 9f8ff2a
src/backend/port/dynloader/sunos4.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: sunos4.h,v 1.11 2001/11/05 17:46:27 momjian Exp $
+ * $Id: sunos4.h,v 1.12 2001/12/05 02:03:59 ishii Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -26,7 +26,7 @@
26
* library as the file to be dynamically loaded.
27
28
29
-#define pg_dlopen(f) dlopen((f), RTLD_LAZY | RTLD_GLOBAL)
+#define pg_dlopen(f) dlopen((f),1)
30
#define pg_dlsym dlsym
31
#define pg_dlclose dlclose
32
#define pg_dlerror dlerror
0 commit comments