We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6cdb4 commit 39c73efCopy full SHA for 39c73ef
src/include/utils/relcache.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: relcache.h,v 1.4 1996/11/10 03:06:33 momjian Exp $
+ * $Id: relcache.h,v 1.5 1997/06/04 09:01:49 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -27,6 +27,7 @@ extern Relation getreldesc(char *relationName);
27
extern void RelationClose(Relation relation);
28
extern void RelationFlushRelation(Relation *relationPtr,
29
bool onlyFlushReferenceCountZero);
30
+extern void RelationForgetRelation(Oid rid);
31
extern void RelationIdInvalidateRelationCacheByRelationId(Oid relationId);
32
33
extern void
0 commit comments