OSDN Git Service

Adjust /contrib/pg_freespace to show index free space as NULL (FSM only
authorBruce Momjian <bruce@momjian.us>
Wed, 26 Apr 2006 22:41:18 +0000 (22:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 26 Apr 2006 22:41:18 +0000 (22:41 +0000)
commit028ec5cb0f08c02ab23ca7dde301bda015fa5547
treea67230015ff9ddea525c348ab269bc840daa55ca
parent59d61409cd72a2e6688f588d17a73c1bc665df26
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
contrib/pg_freespacemap/README.pg_freespacemap
contrib/pg_freespacemap/pg_freespacemap.c
contrib/pg_freespacemap/pg_freespacemap.sql.in