Skip to content

Commit 9645fa8

Browse files
committed
Remove check for pg_group file as part of initdb -W password assignment
--- not needed.
1 parent f893ee2 commit 9645fa8

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
@@ -27,7 +27,7 @@
2727
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
2828
# Portions Copyright (c) 1994, Regents of the University of California
2929
#
30-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.176 2002/10/18 22:05:35 petere Exp $
30+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.177 2002/11/25 21:41:46 momjian Exp $
3131
#
3232
#-------------------------------------------------------------------------
3333

@@ -669,11 +669,6 @@ EOF
669669
echo "The password file wasn't generated. Please report this problem." 1>&2
670670
exit_nicely
671671
fi
672-
if [ ! -f "$PGDATA"/global/pg_group ]; then
673-
echo
674-
echo "The group file wasn't generated. Please report this problem." 1>&2
675-
exit_nicely
676-
fi
677672
echo "ok"
678673
fi
679674

0 commit comments

Comments
 (0)