projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc4fb9a
)
Since the backend now handles relative PGDATA, initdb doesn't have to work
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 4 Nov 2000 12:47:48 +0000
(12:47 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 4 Nov 2000 12:47:48 +0000
(12:47 +0000)
around anymore.
src/bin/initdb/initdb.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.sh
b/src/bin/initdb/initdb.sh
index 057e62a568942a42849d5cbe91442ef746606a55..f52ed9595642a0573184faff5287e786db90d218 100644
(file)
--- 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`
-
##########################################################################
#