Re: patch for pg_autovacuum

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: Brian Hirt <bhirt(at)mobygames(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: patch for pg_autovacuum
Date: 2003-11-25 16:14:34
Message-ID: 3FC37FEA.9080601@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brian Hirt wrote:

> here's a patch that joins on pg_class.oid instead of
> pg_class.relfilenode, also i have renamed the table structure from
> relfilenode to relid.

I can't test this patch right now, but I know when I wrote pg_autovacuum
I didn't test for table truncate, so it sound logical. From eyeballing
the patch it looks correct.

Brian, you might want to post this to the pgsql-patches list.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2003-11-25 16:19:32 Re: Cron-job for checking up on pg_autovacuum
Previous Message Greg Stark 2003-11-25 15:35:36 Re: Index on array element