File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.51 1998/08/20 23:01:24 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.52 1998/08/21 23:22:34 momjian Exp $
11
11
*
12
12
*
13
13
* INTERFACE ROUTINES
@@ -1276,7 +1276,7 @@ FormIndexDatum(int numberOfAttributes,
1276
1276
* ----------------
1277
1277
*/
1278
1278
1279
- for (i = 1 ; i <= numberOfAttributes ; i += 1 )
1279
+ for (i = 1 ; i <= numberOfAttributes ; i ++ )
1280
1280
{
1281
1281
offset = AttrNumberGetAttrOffset (i );
1282
1282
Original file line number Diff line number Diff line change 26
26
#
27
27
#
28
28
# IDENTIFICATION
29
- # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.50 1998/08/20 22:07:46 momjian Exp $
29
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.51 1998/08/21 23: 22:36 momjian Exp $
30
30
#
31
31
# -------------------------------------------------------------------------
32
32
@@ -344,7 +344,7 @@ pg_version $PGDATA/base/template1
344
344
# ----------------------------------------------------------------------------
345
345
346
346
if [ $template_only -eq 0 ]; then
347
- echo " Creating global classes in $PG_DATA /base"
347
+ echo " Creating global classes in $PGDATA /base"
348
348
[ " $debug " -ne 0 ] && echo " Running: postgres $BACKENDARGS template1"
349
349
350
350
cat $GLOBAL \
You can’t perform that action at this time.
0 commit comments