Re: [COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.
Date
Msg-id 13063.1181272164@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> On Thu, Jun 07, 2007 at 06:09:36PM -0400, Alvaro Herrera wrote:
>> Gregory Stark wrote:
>>> When does this bug date to?
>> 
>> It was in 8.1.  I didn't verify whether it affects on 8.0; I think we
>> separated the shared tables in pgstats in 8.1, with the advent of
>> autovacuum, so I assume it doesn't.

> Doesn't appear to, at least not using the test case I found for 8.1
> and later.

Yeah, the separate hashtable for shared rels was added for 8.1:
http://archives.postgresql.org/pgsql-committers/2005-07/msg00627.php
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: [COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.
Next
From: Gregory Stark
Date:
Subject: Re: TOAST usage setting