]> granicus.if.org Git - postgresql/commitdiff
Add subversion mention
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Dec 1998 14:39:04 +0000 (14:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Dec 1998 14:39:04 +0000 (14:39 +0000)
src/backend/parser/gram.c
src/backend/parser/scan.c
src/pl/plpgsql/src/gram.c
src/pl/plpgsql/src/scan.c

index e231932d8c73cbda3dc7885f6fc7367a38909bf2..9a668842ca37e94309d116d2717a8da8857ca302 100644 (file)
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.48 1998/10/30 04:54:01 scrappy Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.48.2.1 1998/12/23 14:38:52 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
@@ -4464,7 +4464,7 @@ static const short yycheck[] = {     3,
     -1,    -1,    -1,    -1,    -1,    -1,   204
 };
 /* -*-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.
@@ -4657,7 +4657,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 *.
@@ -10416,7 +10416,7 @@ case 930:
     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;
@@ -10969,7 +10969,7 @@ fmtId(char *rawid)
                if (! (islower(*cp) || isdigit(*cp) || (*cp == '_'))) break;
 
        if (*cp != '\0') {
-               cp = palloc(strlen(rawid)+1);
+               cp = palloc(strlen(rawid)+3);
                strcpy(cp,"\"");
                strcat(cp,rawid);
                strcat(cp,"\"");
index 528cd7f1cde8ab99b20f3a41fa8cc1e1cd1a511a..e2c8c8f1f779a816d2b8bb7e15146800f002e378 100644 (file)
@@ -1,7 +1,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.31 1998/10/13 17:26:50 scrappy Exp $
+ * /master/usr.bin/lex/skel.c,v 1.3 1997/09/25 00:10:23 jch Exp
  */
 
 #define FLEX_SCANNER
@@ -556,7 +556,7 @@ char *yytext;
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.31 1998/10/13 17:26:50 scrappy Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.31.2.1 1998/12/23 14:39:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e24b335fa8a9b31cc287d3c5e64779aa61c5d2fb..78a740b0e5c03c371fda72195b35a911f7e402c1 100644 (file)
@@ -65,7 +65,7 @@
  *                       procedural language
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/gram.c,v 1.1 1998/10/28 17:07:17 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/gram.c,v 1.1.2.1 1998/12/23 14:39:03 momjian Exp $
  *
  *    This software is copyrighted by Jan Wieck - Hamburg.
  *
index 74e6af96251fb6c0569c2c9b78ea9143b7c1b545..e0dce41fa9bb5568d2286715fd21a1277d7bfd7e 100644 (file)
@@ -635,7 +635,7 @@ char *yytext_ptr;
  *                       procedural language
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.c,v 1.1 1998/10/28 17:07:17 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.c,v 1.1.2.1 1998/12/23 14:39:04 momjian Exp $
  *
  *    This software is copyrighted by Jan Wieck - Hamburg.
  *