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 057e62a568942a42849d5cbe91442ef746606a55..f52ed9595642a0573184faff5287e786db90d218 100644 (file)
@@ -424,11 +424,6 @@ else
     fi
 fi
 
-# Be sure that PGDATA is an absolute path, otherwise backend croaks.
-
-unset CDPATH
-PGDATA=`cd $PGDATA && pwd`
-
 
 ##########################################################################
 #