From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Jan Wieck <JanWieck(at)yahoo(dot)com>, PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Access statistics |
Date: | 2001-06-01 16:23:44 |
Message-ID: | 200106011623.f51GNi624978@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Jan Wieck <JanWieck(at)yahoo(dot)com> writes:
> > Tom Lane wrote:
> >> Have you removed the existing stats-gathering support
> >> (backend/access/heap/stats.c and so on)? That would buy back
> >> at least a few of the cycles involved ...
>
> > Not sure if we really should. Let's later decide if it's
> > really obsolete.
>
> Considering that Bruce long ago ifdef'd out all the code that could
> actually *do* anything with those stats (like print them), I'd say
> it's obsolete. In any case, it's too confusing to have two sets of
> stats-gathering code in there. I vote for getting rid of the old
> stuff.
I agree. Rip away.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2001-06-01 16:46:57 | Re: Re: New version of contrib-intarray |
Previous Message | Bruce Momjian | 2001-06-01 16:20:36 | Re: Access statistics |