File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: bufmgr.h,v 1.7 1996/11/05 06:10:54 scrappy Exp $
9
+ * $Id: bufmgr.h,v 1.8 1997/01/14 05:36:15 vadim Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -89,7 +89,7 @@ extern BlockNumber BufferGetBlockNumber(Buffer buffer);
89
89
extern Relation BufferGetRelation (Buffer buffer );
90
90
extern BlockNumber RelationGetNumberOfBlocks (Relation relation );
91
91
extern Block BufferGetBlock (Buffer buffer );
92
- extern void ReleaseTmpRelBuffers (Relation tempreldesc );
92
+ extern void ReleaseRelationBuffers (Relation rdesc );
93
93
extern void DropBuffers (Oid dbid );
94
94
extern void PrintBufferDescs (void );
95
95
extern void PrintPinnedBufs (void );
You can’t perform that action at this time.
0 commit comments