File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.128 2004/07/11 23:49:48 momjian Exp $
11+ * $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.129 2004/07/12 00:09:06 momjian Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -926,6 +926,7 @@ process_preload_libraries(char *preload_libraries_string)
926926 funcname = NULL ;
927927 }
928928
929+ canonicalize_path (filename );
929930 initfunc = (func_ptr ) load_external_function (filename , funcname ,
930931 true, NULL );
931932 if (initfunc )
Original file line number Diff line number Diff line change 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.217 2004/07/11 23:49:51 momjian Exp $
13+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.218 2004/07/12 00:09:07 momjian Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -1557,7 +1557,7 @@ static struct config_string ConfigureNamesString[] =
15571557 GUC_LIST_INPUT | GUC_LIST_QUOTE
15581558 },
15591559 & preload_libraries_string ,
1560- "" , assign_canonical_path , NULL
1560+ "" , NULL , NULL
15611561 },
15621562
15631563 {
You can’t perform that action at this time.
0 commit comments