mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	re-integrate nextstep dynloader functionality
From: Jacek Lasecki <jacek@sound.eti.pg.gda.pl>
This commit is contained in:
		
							parent
							
								
									875a3f6604
								
							
						
					
					
						commit
						dd70e439df
					
				| @ -12,10 +12,10 @@ | ||||
| #include "fmgr.h"				/* for func_ptr */ | ||||
| #include "utils/dynamic_loader.h" | ||||
| 
 | ||||
| void	   *next_dlopen(char *name); | ||||
| int			next_dlclose(void *handle); | ||||
| void	   *next_dlsym(void *handle, char *symbol); | ||||
| char	   *next_dlerror(void); | ||||
| void	*next_dlopen(char *name); | ||||
| int	next_dlclose(void *handle); | ||||
| void	*next_dlsym(void *handle, char *symbol); | ||||
| char	*next_dlerror(void); | ||||
| 
 | ||||
| #define pg_dlopen(f)	next_dlopen | ||||
| #define pg_dlsym		next_dlsym | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user