Adjust /contrib/pg_freespace to show index free space as NULL (FSM only
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| contrib/pg_freespacemap/pg_freespacemap.c | modified | +45 −26 |
| contrib/pg_freespacemap/pg_freespacemap.sql.in | modified | +1 −1 |
| contrib/pg_freespacemap/README.pg_freespacemap | modified | +25 −23 |