Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb417 commit 1f2f53cCopy full SHA for 1f2f53c
src/bin/initdb/initdb.sh
@@ -23,7 +23,7 @@
23
#
24
# Copyright (c) 1994, Regents of the University of California
25
26
-# $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 $
27
28
#-------------------------------------------------------------------------
29
@@ -424,11 +424,6 @@ else
424
fi
425
426
427
-# Be sure that PGDATA is an absolute path, otherwise backend croaks.
428
-
429
-unset CDPATH
430
-PGDATA=`cd $PGDATA && pwd`
431
432
433
##########################################################################
434
0 commit comments