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/fmgr/dfmgr.c,v 1.74 2004/06/10 22:26:19 momjian Exp $
11+ * $PostgreSQL: pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.75 2004/07/12 02: 22:49 momjian Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -405,6 +405,7 @@ find_in_dynamic_libpath(const char *basename)
405405 strncpy (piece , p , len );
406406 piece [len ] = '\0' ;
407407
408+ canonicalize_path (piece );
408409 mangled = substitute_libpath_macro (piece );
409410 pfree (piece );
410411
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.218 2004/07/12 00:09:07 momjian Exp $
13+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.219 2004/07/12 02:22:51 momjian Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -1471,7 +1471,7 @@ static struct config_string ConfigureNamesString[] =
14711471 "the specified file." )
14721472 },
14731473 & Dynamic_library_path ,
1474- "$libdir" , assign_canonical_path , NULL
1474+ "$libdir" , NULL , NULL
14751475 },
14761476
14771477 {
You can’t perform that action at this time.
0 commit comments