Adjust /contrib/pg_freespace to show index free space as NULL (FSM only

Bruce Momjian <bruce@momjian.us>

Commit: 028ec5cb0f08c02ab23ca7dde301bda015fa5547
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-04-26T22:41:18Z
Releases: 8.2.0
Adjust /contrib/pg_freespace to show index free space as NULL (FSM only
tracks index pages, not free space on pages):

1/ Index free bytes set to NULL
2/ Comment added to the README briefly mentioning the index business
3/ Columns reordered more logically
4/ 'Blockid' column removed
5/ Free bytes column renamed to just 'bytes' instead of 'blockfreebytes'

Mark Kirkwood

Files