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

Remove PageSizeIsValid from BufferGetPageSize.

上级 e8291f7c
......@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufpage.h,v 1.14 1998/01/13 04:05:11 scrappy Exp $
* $Id: bufpage.h,v 1.15 1998/01/13 14:56:15 vadim Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -272,9 +272,7 @@ typedef enum
*/
/* XXX dig out of buffer descriptor */
#define BufferGetPageSize(buffer) \
(AssertMacro(BufferIsValid(buffer)) ? \
AssertMacro(PageSizeIsValid(pageSize)) ? \
((Size)BLCKSZ) : false : false)
(AssertMacro(BufferIsValid(buffer)) ? (Size)BLCKSZ : false)
/*
* BufferGetPage --
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册