提交 cbac9867 编写于 作者: V Vadim B. Mikheev

There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.

上级 f56b4f1d
......@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.7 1996/11/05 06:10:54 scrappy Exp $
* $Id: bufmgr.h,v 1.8 1997/01/14 05:36:15 vadim Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -89,7 +89,7 @@ extern BlockNumber BufferGetBlockNumber(Buffer buffer);
extern Relation BufferGetRelation(Buffer buffer);
extern BlockNumber RelationGetNumberOfBlocks(Relation relation);
extern Block BufferGetBlock(Buffer buffer);
extern void ReleaseTmpRelBuffers(Relation tempreldesc);
extern void ReleaseRelationBuffers(Relation rdesc);
extern void DropBuffers(Oid dbid);
extern void PrintBufferDescs(void);
extern void PrintPinnedBufs(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册