mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix #ifdefed'ed out code to compile again.
This commit is contained in:
@ -2764,7 +2764,7 @@ PrintPinnedBufs(void)
|
|||||||
"[%02d] (freeNext=%d, rel=%s, "
|
"[%02d] (freeNext=%d, rel=%s, "
|
||||||
"blockNum=%u, flags=0x%x, refcount=%u %d)",
|
"blockNum=%u, flags=0x%x, refcount=%u %d)",
|
||||||
i, buf->freeNext,
|
i, buf->freeNext,
|
||||||
relpath(buf->tag.rnode, buf->tag.forkNum),
|
relpathperm(buf->tag.rnode, buf->tag.forkNum),
|
||||||
buf->tag.blockNum, buf->flags,
|
buf->tag.blockNum, buf->flags,
|
||||||
buf->refcount, GetPrivateRefCount(i + 1));
|
buf->refcount, GetPrivateRefCount(i + 1));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user