Обсуждение: pgsql-server/src backend/access/heap/heapam.c ...

Поиск
Список
Период
Сортировка

pgsql-server/src backend/access/heap/heapam.c ...

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/02/13 00:35:11

Modified files:
    src/backend/access/heap: heapam.c hio.c
    src/backend/storage/buffer: bufmgr.c
    src/include/access: heapam.h

Log message:
    This trivial patch removes the usage of some old statistics code that no
    longer works -- IncrHeapAccessStat() didn't actually *do* anything
    anymore, so no reason to keep it around AFAICS. I also fixed a
    grammatical error in a comment.

    Neil Conway