Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9f8ff2a

Browse files
committed
Re-enable SunOS4 port. Replace
RTLD_LAZY | RTLD_GLOBAL to 1. It seems sunos4.h was accidentally modified between 7.1 and 7.2.
1 parent 969cc16 commit 9f8ff2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/dynloader/sunos4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: sunos4.h,v 1.11 2001/11/05 17:46:27 momjian Exp $
10+
* $Id: sunos4.h,v 1.12 2001/12/05 02:03:59 ishii Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -26,7 +26,7 @@
2626
* library as the file to be dynamically loaded.
2727
*
2828
*/
29-
#define pg_dlopen(f) dlopen((f), RTLD_LAZY | RTLD_GLOBAL)
29+
#define pg_dlopen(f) dlopen((f),1)
3030
#define pg_dlsym dlsym
3131
#define pg_dlclose dlclose
3232
#define pg_dlerror dlerror

0 commit comments

Comments
 (0)