diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-01-22 18:47:37 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-01-22 18:47:37 +0000 |
| commit | 15871b48c4d662d48e4991bc33a0f2df629f7de6 (patch) | |
| tree | f4a2e375c46060bbb7b3d64711dad5bb564a3b09 /src/backend/parser/gram.c | |
| parent | 753c9cb9ddab47293bf8d9b5ba8cfe0d30860651 (diff) | |
| download | postgresql-15871b48c4d662d48e4991bc33a0f2df629f7de6.tar.gz | |
Relcache Size fix.
Diffstat (limited to 'src/backend/parser/gram.c')
| -rw-r--r-- | src/backend/parser/gram.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/parser/gram.c b/src/backend/parser/gram.c index 687d2cdc23..0e65726096 100644 --- a/src/backend/parser/gram.c +++ b/src/backend/parser/gram.c @@ -239,7 +239,7 @@ * * * 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 -#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" yyvsp -= yylen; yyssp -= yylen; |
