Skip to content
Snippets Groups Projects
Commit 9005da08 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix display in initdb.

parent c8b4d4d0
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.51 1998/08/20 23:01:24 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.52 1998/08/21 23:22:34 momjian Exp $
* *
* *
* INTERFACE ROUTINES * INTERFACE ROUTINES
...@@ -1276,7 +1276,7 @@ FormIndexDatum(int numberOfAttributes, ...@@ -1276,7 +1276,7 @@ FormIndexDatum(int numberOfAttributes,
* ---------------- * ----------------
*/ */
for (i = 1; i <= numberOfAttributes; i += 1) for (i = 1; i <= numberOfAttributes; i++)
{ {
offset = AttrNumberGetAttrOffset(i); offset = AttrNumberGetAttrOffset(i);
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.50 1998/08/20 22:07:46 momjian Exp $ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.51 1998/08/21 23:22:36 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -344,7 +344,7 @@ pg_version $PGDATA/base/template1 ...@@ -344,7 +344,7 @@ pg_version $PGDATA/base/template1
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
if [ $template_only -eq 0 ]; then if [ $template_only -eq 0 ]; then
echo "Creating global classes in $PG_DATA/base" echo "Creating global classes in $PGDATA/base"
[ "$debug" -ne 0 ] && echo "Running: postgres $BACKENDARGS template1" [ "$debug" -ne 0 ] && echo "Running: postgres $BACKENDARGS template1"
cat $GLOBAL \ cat $GLOBAL \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment