patch for pg_autovacuum

From: Brian Hirt <bhirt(at)mobygames(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: patch for pg_autovacuum
Date: 2003-11-25 15:36:20
Message-ID: 1DD22742-1F5D-11D8-89E6-000393D9FD00@mobygames.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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 Content-Type Size
patch application/octet-stream 5.5 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-11-25 15:53:42 Re: A rough roadmap for internationalization fixes
Previous Message Brian Hirt 2003-11-25 15:35:25 fairly serious bug with pg_autovacuum in pg7.4