postgresql/contrib/pg_freespacemap
Heikki Linnakangas 6736da5484 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.
2008-10-02 12:20:50 +00:00
..
Makefile Rewrite pg_freespacemap to match the new FSM implementation. I missed these 2008-09-30 11:17:07 +00:00
pg_freespacemap.c Make the blkno arguments bigints instead of int4s. A signed int4 is not 2008-10-02 12:20:50 +00:00
pg_freespacemap.sql.in Make the blkno arguments bigints instead of int4s. A signed int4 is not 2008-10-02 12:20:50 +00:00
uninstall_pg_freespacemap.sql Rewrite pg_freespacemap to match the new FSM implementation. I missed these 2008-09-30 11:17:07 +00:00