Code review for contrib/pg_freespacemap. Add a storedpages column to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a43974c6ba31f6add0c8228816666acfbdb90820
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-05-04T20:39:34Z
Releases: 8.2.0
Code review for contrib/pg_freespacemap.  Add a storedpages column to
pg_freespacemap_relations --- while one could theoretically get that
number by counting rows in pg_freespacemap_pages, it's surely the hard
way to do it.  Avoid expensive and inconvenient conversion to and from
text format.  Minor code and docs cleanup.

Files