Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1f2f53c

Browse files
committed
Since the backend now handles relative PGDATA, initdb doesn't have to work
around anymore.
1 parent abfb417 commit 1f2f53c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/bin/initdb/initdb.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# Copyright (c) 1994, Regents of the University of California
2525
#
26-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.109 2000/11/02 19:48:39 petere Exp $
26+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.110 2000/11/04 12:47:48 petere Exp $
2727
#
2828
#-------------------------------------------------------------------------
2929

@@ -424,11 +424,6 @@ else
424424
fi
425425
fi
426426

427-
# Be sure that PGDATA is an absolute path, otherwise backend croaks.
428-
429-
unset CDPATH
430-
PGDATA=`cd $PGDATA && pwd`
431-
432427

433428
##########################################################################
434429
#

0 commit comments

Comments
 (0)