diff options
| author | Peter Eisentraut | 2000-11-21 21:16:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-11-21 21:16:06 +0000 |
| commit | a70e74b060ab2769523ad831f571cb80122121d3 (patch) | |
| tree | 95e04cfd344db47857c4aecc3308092d5df01f3d /src/include/utils | |
| parent | 040bb787bcf840e5a1fc49fccff185a8274bccae (diff) | |
Put external declarations into header files.
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/relcache.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index fc15ed5b19c..181f70819a5 100644 --- a/src/include/utils/relcache.h +++ b/src/include/utils/relcache.h @@ -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 */ |
