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

Commit 949e8a6

Browse files
committed
Add colo to display at end of initdb.
1 parent 7ecf7ee commit 949e8a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bin/initdb/initdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.89 2000/04/06 18:27:01 momjian Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.90 2000/04/08 18:35:29 momjian Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -606,7 +606,7 @@ echo "VACUUM ANALYZE" \
606606
| "$PGPATH"/postgres $PGSQL_OPT template1 > /dev/null || exit_nicely
607607

608608
echo
609-
echo "Success. You can now start the database server using"
609+
echo "Success. You can now start the database server using:"
610610
echo ""
611611
echo " $PGPATH/postmaster -D $PGDATA"
612612
echo "or"

src/test/regress/resultmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ abstime/sparc-sun-solaris=abstime-solaris-1947
44
float4/.*-qnx=float4-exp-three-digits
55
float8/.*-bsdi=float8-small-is-zero
66
float8/.*-freebsd*=float8-small-is-zero
7-
float8/.*-netbsd=float8-small-is-zero
7+
float8/i386-.*-netbsd=float8-small-is-zero
88
float8/.*-qnx=float8-exp-three-digits
99
float8/alpha.*-dec-osf=float8-fp-exception
1010
float8/i.86-pc-cygwin*=float8-cygwin

0 commit comments

Comments
 (0)