Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> The only other
> unusual case I saw was tid outputing block number as %d and not %u. Is
> that OK?
Seems like it should use %u. The input side might be wrong too.
> Also, pg_class.relpages is an int. We don't have unsigned int columns.
Yeah. I had a todo item to look at all the uses of relpages and make
sure they were being casted to unsigned ...
regards, tom lane