1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Add dynamic_library_path parameter and automatic appending of shared

library extension.
This commit is contained in:
Peter Eisentraut
2001-05-17 17:44:18 +00:00
parent 8266e8a84b
commit 761a0bb69b
5 changed files with 252 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: fmgr.h,v 1.13 2001/03/22 04:00:25 momjian Exp $
* $Id: fmgr.h,v 1.14 2001/05/17 17:44:18 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -350,6 +350,7 @@ extern Oid fmgr_internal_function(const char *proname);
extern PGFunction load_external_function(char *filename, char *funcname,
bool signalNotFound);
extern void load_file(char *filename);
extern char * Dynamic_library_path;
/*