Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15871b4

Browse files
committed
Relcache Size fix.
1 parent753c9cb commit15871b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎src/backend/parser/gram.c

Lines changed: 4 additions & 4 deletions
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
* AUTHORDATEMAJOR 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

Lines changed: 2 additions & 2 deletions
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/2216:49:25 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.55 1999/01/2218:47:37 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2012,7 +2012,7 @@ init_irels(void)
20122012
staticvoid
20132013
write_irels(void)
20142014
{
2015-
intlen;
2015+
Sizelen;
20162016
intnwritten;
20172017
Filefd;
20182018
Relationirel[Num_indices_bootstrap];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp