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

Commit dd70e43

Browse files
committed
re-integrate nextstep dynloader functionality From: Jacek Lasecki <jacek@sound.eti.pg.gda.pl>
1 parent 875a3f6 commit dd70e43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/backend/port/nextstep/port-protos.h renamed to src/backend/port/dynloader/nextstep.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#include "fmgr.h" /* for func_ptr */
1313
#include "utils/dynamic_loader.h"
1414

15-
void *next_dlopen(char *name);
16-
int next_dlclose(void *handle);
17-
void *next_dlsym(void *handle, char *symbol);
18-
char *next_dlerror(void);
15+
void *next_dlopen(char *name);
16+
int next_dlclose(void *handle);
17+
void *next_dlsym(void *handle, char *symbol);
18+
char *next_dlerror(void);
1919

2020
#define pg_dlopen(f) next_dlopen
2121
#define pg_dlsym next_dlsym

0 commit comments

Comments
 (0)