1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Relcache Size fix.

This commit is contained in:
Bruce Momjian
1999-01-22 18:47:37 +00:00
parent 753c9cb9dd
commit 15871b48c4
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.54 1999/01/22 16:49:25 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.55 1999/01/22 18:47:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -2012,7 +2012,7 @@ init_irels(void)
static void
write_irels(void)
{
int len;
Size len;
int nwritten;
File fd;
Relation irel[Num_indices_bootstrap];