Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f2f53c

Browse files
committed
Since the backend now handles relative PGDATA, initdb doesn't have to work
around anymore.
1 parentabfb417 commit1f2f53c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎src/bin/initdb/initdb.sh

Lines changed: 1 addition & 6 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp