Replace AssertMacro() with Assert() when not in macro
This was forgotten to be changed in commit 9c727360bcc.
This commit is contained in:
parent
c9238ad853
commit
6998db59c2
@ -384,7 +384,7 @@ BufferGetBlock(Buffer buffer)
|
|||||||
static inline Size
|
static inline Size
|
||||||
BufferGetPageSize(Buffer buffer)
|
BufferGetPageSize(Buffer buffer)
|
||||||
{
|
{
|
||||||
AssertMacro(BufferIsValid(buffer));
|
Assert(BufferIsValid(buffer));
|
||||||
return (Size) BLCKSZ;
|
return (Size) BLCKSZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user