Skip to content

Commit cbac986

Browse files
committed
There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.
1 parent f56b4f1 commit cbac986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/bufmgr.h

Lines changed: 2 additions & 2 deletions
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: 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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -89,7 +89,7 @@ extern BlockNumber BufferGetBlockNumber(Buffer buffer);
8989
extern Relation BufferGetRelation(Buffer buffer);
9090
extern BlockNumber RelationGetNumberOfBlocks(Relation relation);
9191
extern Block BufferGetBlock(Buffer buffer);
92-
extern void ReleaseTmpRelBuffers(Relation tempreldesc);
92+
extern void ReleaseRelationBuffers(Relation rdesc);
9393
extern void DropBuffers(Oid dbid);
9494
extern void PrintBufferDescs(void);
9595
extern void PrintPinnedBufs(void);

0 commit comments

Comments
 (0)