|
229 | 229 | *
|
230 | 230 | *
|
231 | 231 | * 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 $ |
233 | 233 | *
|
234 | 234 | * HISTORY
|
235 | 235 | * AUTHOR DATE MAJOR EVENT
|
@@ -4464,7 +4464,7 @@ static const short yycheck[] = { 3,
|
4464 | 4464 | -1, -1, -1, -1, -1, -1, 204
|
4465 | 4465 | };
|
4466 | 4466 | /* -*-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" |
4468 | 4468 |
|
4469 | 4469 | /* Skeleton output parser for bison,
|
4470 | 4470 | Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
|
@@ -4657,7 +4657,7 @@ __yy_memcpy (char *to, char *from, int count)
|
4657 | 4657 | #endif
|
4658 | 4658 | #endif
|
4659 | 4659 |
|
4660 |
| -#line 196 "/usr/share/misc/bison.simple" |
| 4660 | +#line 196 "/usr/local/bison/bison.simple" |
4661 | 4661 |
|
4662 | 4662 | /* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
4663 | 4663 | into yyparse. The argument should have type void *.
|
@@ -10416,7 +10416,7 @@ case 930:
|
10416 | 10416 | break;}
|
10417 | 10417 | }
|
10418 | 10418 | /* 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" |
10420 | 10420 |
|
10421 | 10421 | yyvsp -= yylen;
|
10422 | 10422 | yyssp -= yylen;
|
@@ -10969,7 +10969,7 @@ fmtId(char *rawid)
|
10969 | 10969 | if (! (islower(*cp) || isdigit(*cp) || (*cp == '_'))) break;
|
10970 | 10970 |
|
10971 | 10971 | if (*cp != '\0') {
|
10972 |
| - cp = palloc(strlen(rawid)+1); |
| 10972 | + cp = palloc(strlen(rawid)+3); |
10973 | 10973 | strcpy(cp,"\"");
|
10974 | 10974 | strcat(cp,rawid);
|
10975 | 10975 | strcat(cp,"\"");
|
|
0 commit comments