Thread: pgsql: Adjust /contrib/pg_freespace to show index free space as NULL
pgsql: Adjust /contrib/pg_freespace to show index free space as NULL
From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message: ----------- 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 Modified Files: -------------- pgsql/contrib/pg_freespacemap: README.pg_freespacemap (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/README.pg_freespacemap.diff?r1=1.1&r2=1.2) pg_freespacemap.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/pg_freespacemap.c.diff?r1=1.2&r2=1.3) pg_freespacemap.sql.in (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in.diff?r1=1.2&r2=1.3)