diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-04 12:47:48 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-04 12:47:48 +0000 |
commit | 1f2f53c648d76032975e44217a7f1d62f0246ac0 (patch) | |
tree | dc25c917cab0e6a43dc7b57876a94a34b74ece30 /src | |
parent | abfb41757405b74e175fb8e6bf632b270de523dc (diff) | |
download | postgresql-1f2f53c648d76032975e44217a7f1d62f0246ac0.tar.gz postgresql-1f2f53c648d76032975e44217a7f1d62f0246ac0.zip |
Since the backend now handles relative PGDATA, initdb doesn't have to work
around anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/initdb.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index 9369107b819..1410ba6bc6e 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -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` - ########################################################################## # |