diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-01-22 20:57:39 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-01-22 20:57:39 +0000 |
commit | bfa5304262483fbdcd31ea5883fa73031a183091 (patch) | |
tree | c50ac7b22b8e7d8a0372b26d433e2f82348e1325 /src/include/miscadmin.h | |
parent | 58ae3cf12cbc46211307b6cdcb7304429eca37bd (diff) |
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.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |