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

Started by Bruce Momjianover 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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