]> granicus.if.org Git - postgresql/commitdiff
Since the backend now handles relative PGDATA, initdb doesn't have to work
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Nov 2000 12:47:48 +0000 (12:47 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Nov 2000 12:47:48 +0000 (12:47 +0000)
around anymore.

src/bin/initdb/initdb.sh

index 9369107b8190a8e152017f1ea7fa654f2394e6af..1410ba6bc6e15d6a1d67cfb1db054ed428f5247f 100644 (file)
@@ -23,7 +23,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.109 2000/11/02 19:48:39 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.110 2000/11/04 12:47:48 petere Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -424,11 +424,6 @@ else
     fi
 fi
 
-# Be sure that PGDATA is an absolute path, otherwise backend croaks.
-
-unset CDPATH
-PGDATA=`cd $PGDATA && pwd`
-
 
 ##########################################################################
 #