]> granicus.if.org Git - postgresql/commitdiff
Relcache Size fix.
authorBruce Momjian <bruce@momjian.us>
Fri, 22 Jan 1999 18:47:37 +0000 (18:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 22 Jan 1999 18:47:37 +0000 (18:47 +0000)
src/backend/parser/gram.c
src/backend/utils/cache/relcache.c

index 687d2cdc23a3b37ed4b2844a093171f27c117ab2..0e657260964cfefca80c927d62bdf36bccaa1ddc 100644 (file)
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.59 1999/01/21 16:08:39 vadim Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.60 1999/01/22 18:47:32 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
@@ -4791,7 +4791,7 @@ static const short yycheck[] = {     3,
     -1,    -1,    -1,    -1,    -1,    -1,    -1,   214
 };
 /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
-#line 3 "/usr/share/misc/bison.simple"
+#line 3 "/usr/local/bison/bison.simple"
 
 /* Skeleton output parser for bison,
    Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4984,7 +4984,7 @@ __yy_memcpy (char *to, char *from, int count)
 #endif
 #endif
 \f
-#line 196 "/usr/share/misc/bison.simple"
+#line 196 "/usr/local/bison/bison.simple"
 
 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
    into yyparse.  The argument should have type void *.
@@ -11101,7 +11101,7 @@ case 960:
     break;}
 }
    /* the action file gets copied in in place of this dollarsign */
-#line 498 "/usr/share/misc/bison.simple"
+#line 498 "/usr/local/bison/bison.simple"
 \f
   yyvsp -= yylen;
   yyssp -= yylen;
index 0742fd8755b0030cc04dc514a547fae973f238da..43fd18f83cb2df2b69824aa9b575111d22008cef 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.54 1999/01/22 16:49:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.55 1999/01/22 18:47:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -2012,7 +2012,7 @@ init_irels(void)
 static void
 write_irels(void)
 {
-       int                     len;
+       Size            len;
        int                     nwritten;
        File            fd;
        Relation        irel[Num_indices_bootstrap];