Re: [GENERAL] patch for pg_autovacuum

2003-12-01 Thread Bruce Momjian
Patch applied. Thanks. --- 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. > [ Attachment, skipping

Re: [GENERAL] patch for pg_autovacuum

2003-12-01 Thread Bruce Momjian
Also applied to 7.4.X. --- 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. > [ Attachment, skipping..

Re: [GENERAL] patch for pg_autovacuum

2003-11-29 Thread Brian Hirt
Bruce, for what it's worth, Matthew O'Connor submitted a patch which includes my patch. best regards, Brian Hirt. On Nov 29, 2003, at 10:14 PM, Bruce Momjian wrote: [ Attachment, skipping... ] ---(end of broadcast)--- TIP 7: don't forget to in

Re: [GENERAL] patch for pg_autovacuum

2003-11-29 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Brian Hirt wrote: > here's a patch that j