Skip to content

Commit 85e3bf1

Browse files
committed
Add subversion mention
1 parent 2e763e3 commit 85e3bf1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/backend/parser/gram.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
*
230230
*
231231
* IDENTIFICATION
232-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.48 1998/10/30 04:54:01 scrappy Exp $
232+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.48.2.1 1998/12/23 14:38:52 momjian Exp $
233233
*
234234
* HISTORY
235235
* AUTHOR DATE MAJOR EVENT
@@ -4464,7 +4464,7 @@ static const short yycheck[] = { 3,
44644464
-1, -1, -1, -1, -1, -1, 204
44654465
};
44664466
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
4467-
#line 3 "/usr/share/misc/bison.simple"
4467+
#line 3 "/usr/local/bison/bison.simple"
44684468

44694469
/* Skeleton output parser for bison,
44704470
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4657,7 +4657,7 @@ __yy_memcpy (char *to, char *from, int count)
46574657
#endif
46584658
#endif
46594659

4660-
#line 196 "/usr/share/misc/bison.simple"
4660+
#line 196 "/usr/local/bison/bison.simple"
46614661

46624662
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
46634663
into yyparse. The argument should have type void *.
@@ -10416,7 +10416,7 @@ case 930:
1041610416
break;}
1041710417
}
1041810418
/* the action file gets copied in in place of this dollarsign */
10419-
#line 498 "/usr/share/misc/bison.simple"
10419+
#line 498 "/usr/local/bison/bison.simple"
1042010420

1042110421
yyvsp -= yylen;
1042210422
yyssp -= yylen;
@@ -10969,7 +10969,7 @@ fmtId(char *rawid)
1096910969
if (! (islower(*cp) || isdigit(*cp) || (*cp == '_'))) break;
1097010970

1097110971
if (*cp != '\0') {
10972-
cp = palloc(strlen(rawid)+1);
10972+
cp = palloc(strlen(rawid)+3);
1097310973
strcpy(cp,"\"");
1097410974
strcat(cp,rawid);
1097510975
strcat(cp,"\"");

src/backend/parser/scan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* A lexical scanner generated by flex */
22

33
/* Scanner skeleton version:
4-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.31 1998/10/13 17:26:50 scrappy Exp $
4+
* /master/usr.bin/lex/skel.c,v 1.3 1997/09/25 00:10:23 jch Exp
55
*/
66

77
#define FLEX_SCANNER
@@ -556,7 +556,7 @@ char *yytext;
556556
*
557557
*
558558
* IDENTIFICATION
559-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.31 1998/10/13 17:26:50 scrappy Exp $
559+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.31.2.1 1998/12/23 14:39:02 momjian Exp $
560560
*
561561
*-------------------------------------------------------------------------
562562
*/

src/pl/plpgsql/src/gram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* procedural language
6666
*
6767
* IDENTIFICATION
68-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/gram.c,v 1.1 1998/10/28 17:07:17 momjian Exp $
68+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/gram.c,v 1.1.2.1 1998/12/23 14:39:03 momjian Exp $
6969
*
7070
* This software is copyrighted by Jan Wieck - Hamburg.
7171
*

src/pl/plpgsql/src/scan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ char *yytext_ptr;
635635
* procedural language
636636
*
637637
* IDENTIFICATION
638-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.c,v 1.1 1998/10/28 17:07:17 momjian Exp $
638+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.c,v 1.1.2.1 1998/12/23 14:39:04 momjian Exp $
639639
*
640640
* This software is copyrighted by Jan Wieck - Hamburg.
641641
*

0 commit comments

Comments
 (0)