1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Definition for RelationForgetRelation().

This commit is contained in:
Vadim B. Mikheev 1997-06-04 09:01:49 +00:00
parent 9c6cdb4d7b
commit 39c73eff63

View File

@ -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);
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