1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Cleanup for canonicalization fixes, from Tom.

This commit is contained in:
Bruce Momjian
2004-07-11 23:49:51 +00:00
parent a1f3209c07
commit 421089dc35
3 changed files with 10 additions and 9 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.127 2004/06/18 06:13:54 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.128 2004/07/11 23:49:48 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -207,10 +207,6 @@ SetDataDir(const char *dir)
errmsg("out of memory")));
}
/*
* Strip any trailing slash. Not strictly necessary, but avoids
* generating funny-looking paths to individual files.
*/
canonicalize_path(new);
if (DataDir)