pgsql: Remove heap_release_fetch, which is no longer used anywhere; this

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove heap_release_fetch, which is no longer used anywhere; this
Дата
Msg-id 20080403171227.609A17558E7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove heap_release_fetch, which is no longer used anywhere; this simplifies
heap_fetch a little.

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        heapam.c (r1.254 -> r1.255)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c?r1=1.254&r2=1.255)
    pgsql/src/include/access:
        heapam.h (r1.132 -> r1.133)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/heapam.h?r1=1.132&r2=1.133)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add to TODO: > * Improve how ANALYZE computes in-doubt tuples >
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis