Make the blkno arguments bigints instead of int4s. A signed int4 is not
commit5f97ce96baededa1f96c209bcf35286fa63f4d18
authorheikki <heikki>
Thu, 2 Oct 2008 12:20:50 +0000 (2 12:20 +0000)
committerheikki <heikki>
Thu, 2 Oct 2008 12:20:50 +0000 (2 12:20 +0000)
tree832bb0305cb21c9e17c43ecfa1c4b451ee8c878c
parented97321787038642146a25f475bd7668416c20a8
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.
contrib/pg_freespacemap/pg_freespacemap.c
contrib/pg_freespacemap/pg_freespacemap.sql.in
doc/src/sgml/pgfreespacemap.sgml