Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39c73ef

Browse files
committed
Definition for RelationForgetRelation().
1 parent 9c6cdb4 commit 39c73ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/utils/relcache.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: relcache.h,v 1.4 1996/11/10 03:06:33 momjian Exp $
9+
* $Id: relcache.h,v 1.5 1997/06/04 09:01:49 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -27,6 +27,7 @@ extern Relation getreldesc(char *relationName);
2727
extern void RelationClose(Relation relation);
2828
extern void RelationFlushRelation(Relation *relationPtr,
2929
bool onlyFlushReferenceCountZero);
30+
extern void RelationForgetRelation(Oid rid);
3031
extern void RelationIdInvalidateRelationCacheByRelationId(Oid relationId);
3132

3233
extern void

0 commit comments

Comments
 (0)