Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 15871b4

Browse files
committed
Relcache Size fix.
1 parent 753c9cb commit 15871b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/backend/parser/gram.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
*
240240
*
241241
* IDENTIFICATION
242-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.59 1999/01/21 16:08:39 vadim Exp $
242+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.60 1999/01/22 18:47:32 momjian Exp $
243243
*
244244
* HISTORY
245245
* AUTHOR DATE MAJOR EVENT
@@ -4791,7 +4791,7 @@ static const short yycheck[] = { 3,
47914791
-1, -1, -1, -1, -1, -1, -1, 214
47924792
};
47934793
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
4794-
#line 3 "/usr/share/misc/bison.simple"
4794+
#line 3 "/usr/local/bison/bison.simple"
47954795

47964796
/* Skeleton output parser for bison,
47974797
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4984,7 +4984,7 @@ __yy_memcpy (char *to, char *from, int count)
49844984
#endif
49854985
#endif
49864986

4987-
#line 196 "/usr/share/misc/bison.simple"
4987+
#line 196 "/usr/local/bison/bison.simple"
49884988

49894989
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
49904990
into yyparse. The argument should have type void *.
@@ -11101,7 +11101,7 @@ case 960:
1110111101
break;}
1110211102
}
1110311103
/* the action file gets copied in in place of this dollarsign */
11104-
#line 498 "/usr/share/misc/bison.simple"
11104+
#line 498 "/usr/local/bison/bison.simple"
1110511105

1110611106
yyvsp -= yylen;
1110711107
yyssp -= yylen;

src/backend/utils/cache/relcache.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.54 1999/01/22 16:49:25 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.55 1999/01/22 18:47:37 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2012,7 +2012,7 @@ init_irels(void)
20122012
static void
20132013
write_irels(void)
20142014
{
2015-
int len;
2015+
Size len;
20162016
int nwritten;
20172017
File fd;
20182018
Relation irel[Num_indices_bootstrap];

0 commit comments

Comments
 (0)