Make the blkno arguments bigints instead of int4s. A signed int4 is not

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 6736da5484658b212a1e5f999b8f6b03306f1fc1
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2008-10-02T12:20:50Z
Releases: 8.4.0
Make the blkno arguments bigints instead of int4s. A signed int4 is not
large enough for block numbers higher than 2^31. The old pre-FSM-rewrite
pg_freespacemap implementation got this right. While we're at it, remove
some unnecessary #includes.

Files