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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/heap/heapam.c ...
Date: 2003-02-13 05:35:11
Message-ID: 20030213053511.B2949476108@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-02-13 05:37:44 pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Previous Message Bruce Momjian - CVS 2003-02-13 05:32:58 pgsql-server/doc/src/sgml/ref Tag: REL7_3_STAB ...