Commit 7142bfbb authored by Andres Freund's avatar Andres Freund

Fix #ifdefed'ed out code to compile again.

parent 31ed42b9
......@@ -2764,7 +2764,7 @@ PrintPinnedBufs(void)
"[%02d] (freeNext=%d, rel=%s, "
"blockNum=%u, flags=0x%x, refcount=%u %d)",
i, buf->freeNext,
relpath(buf->tag.rnode, buf->tag.forkNum),
relpathperm(buf->tag.rnode, buf->tag.forkNum),
buf->tag.blockNum, buf->flags,
buf->refcount, GetPrivateRefCount(i + 1));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment