Bruce Momjian <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])