mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Replace AssertMacro() with Assert() when not in macro
This was forgotten to be changed in commit 9c727360bc.
This commit is contained in:
parent
c9238ad853
commit
6998db59c2
|
|
@ -384,7 +384,7 @@ BufferGetBlock(Buffer buffer)
|
|||
static inline Size
|
||||
BufferGetPageSize(Buffer buffer)
|
||||
{
|
||||
AssertMacro(BufferIsValid(buffer));
|
||||
Assert(BufferIsValid(buffer));
|
||||
return (Size) BLCKSZ;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user