pgsql: Adjust /contrib/pg_freespace to show index free space as NULL

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Adjust /contrib/pg_freespace to show index free space as NULL
Дата
Msg-id 20060426224119.3976E11F60B1@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Move ltree parentsel() selectivity function into /contrib/ltree.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Split out pg_freespace views to one for relations and another for