1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Put external declarations into header files.

This commit is contained in:
Peter Eisentraut
2000-11-21 21:16:06 +00:00
parent 040bb787bc
commit a70e74b060
36 changed files with 127 additions and 169 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: relcache.h,v 1.22 2000/10/23 04:10:24 vadim Exp $
* $Id: relcache.h,v 1.23 2000/11/21 21:16:06 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -52,6 +52,10 @@ extern void RelationPurgeLocalRelation(bool xactComitted);
extern void RelationCacheAbort(void);
extern void CreateDummyCaches(void);
extern void DestroyDummyCaches(void);
/*
* both vacuum.c and relcache.c need to know the name of the relcache init file
*/