Re: [HACKERS] pg_autovacuum seems to be a neat freak and cleans way too much

2004-05-18 Thread Brian Hirt
there might be another similar bug that was fixed in 7.4.2 i just doubled checked the 7.4.2 tarball, and it does have this problem. you might want to double check to see if it's fixed in 7.4.3, or i can grab cvs and check it if you like. On May 18, 2004, at 8:06 PM, Bruce Momjian wrote: I think

Re: [HACKERS] pg_autovacuum seems to be a neat freak and cleans way

2004-05-18 Thread Bruce Momjian
I think we already fixed that in 7.4.2. We also have a few bugs still in 7.4.2 and we need to get those fixed soon and release 7.4.3. --- Brian Hirt wrote: > I'm following up on my own email and cross posting to hackers, be

Re: [HACKERS] pg_autovacuum seems to be a neat freak and cleans way too much

2004-05-18 Thread Brian Hirt
I'm following up on my own email and cross posting to hackers, because there is a bug that needs fixed. I spent some more time digging into this, and I found the cause of the problem. reltuples in pg_class is defined as a real, reltuples in pg_autovacuum is defined as an int. the query