Skip to content
Snippets Groups Projects
Commit 39c73eff authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

Definition for RelationForgetRelation().

parent 9c6cdb4d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -27,6 +27,7 @@ extern Relation getreldesc(char *relationName); ...@@ -27,6 +27,7 @@ extern Relation getreldesc(char *relationName);
extern void RelationClose(Relation relation); extern void RelationClose(Relation relation);
extern void RelationFlushRelation(Relation *relationPtr, extern void RelationFlushRelation(Relation *relationPtr,
bool onlyFlushReferenceCountZero); bool onlyFlushReferenceCountZero);
extern void RelationForgetRelation(Oid rid);
extern void RelationIdInvalidateRelationCacheByRelationId(Oid relationId); extern void RelationIdInvalidateRelationCacheByRelationId(Oid relationId);
extern void extern void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment