From bfa5304262483fbdcd31ea5883fa73031a183091 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 22 Jan 2004 20:57:39 +0000 Subject: Remove ExpandDatabasePath(), which is unused and must have been so since 7.1, because the path interpretation it embodies has been wrong since 7.1. --- src/include/miscadmin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 22b42042ad7..67be1137fc9 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.144 2004/01/09 23:29:31 momjian Exp $ + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.145 2004/01/22 20:57:39 tgl Exp $ * * NOTES * some of the information in this file should be moved to @@ -231,7 +231,6 @@ extern char *DatabasePath; /* in utils/misc/database.c */ extern void GetRawDatabaseInfo(const char *name, Oid *db_id, char *path); -extern char *ExpandDatabasePath(const char *path); /* now in utils/init/miscinit.c */ extern void SetDatabasePath(const char *path); -- cgit v1.2.3