From 388eb0710aab8fe73eb4d9224b645a085c715ceb Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 4 Nov 2000 12:47:48 +0000 Subject: [PATCH] Since the backend now handles relative PGDATA, initdb doesn't have to work around anymore. --- src/bin/initdb/initdb.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index 057e62a568..f52ed95956 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -424,11 +424,6 @@ else fi fi -# Be sure that PGDATA is an absolute path, otherwise backend croaks. - -unset CDPATH -PGDATA=`cd $PGDATA && pwd` - ########################################################################## # -- 2.39.5