Petr Jelinek writes:
> my compiler complains about unused variable nblkno in _hash_splitbucket
> in no-assert build. It looks like relic of commit ed9cc2b5d which
> removed the only use of that variable besides the Assert.
Fixed, thanks!
regards, tom lane
--
Sent via
Hi,
my compiler complains about unused variable nblkno in _hash_splitbucket
in no-assert build. It looks like relic of commit ed9cc2b5d which
removed the only use of that variable besides the Assert.
Looking at the code:
nblkno = start_nblkno;
Assert(nblkno == BufferGetBlockNu