Re: pg_autovacuum patches

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: Craig Boston <craig(at)qbrtr(dot)gank(dot)org>, Brian Hirt <bhirt(at)mobygames(dot)com>
Subject: Re: pg_autovacuum patches
Date: 2003-11-29 05:34:43
Message-ID: 1070084083.17486.12.camel@zedora.zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

ARRRGGHH.... ok, with patch this time...

On Sat, 2003-11-29 at 00:17, Matthew T. O'Connor wrote:
> Hello,
>
> I noticed that there have been a few patched submitted for pg_autovacuum
> that have not been applied, so I applied them locally and tested them on
> my Fedora box. I am resubmitting them as one single patch.
>
> Included in the attached patch:
>
> Brian Hurt's patch that fixed the truncate bug by referencing a table
> oid rather than it's relfilenode.
>
> Craig Boston's patch that fixes crashes on FreeBSD related to
> uninitialized variables.
>
> A quick patch by me to remove a log_entry call inside init_table_info()
> that was used for debugging by me during development and I left in by
> mistake.
>
> Please apply this patch to both HEAD and 7.4.
>
> Thanks much,
>
> Matthew O'Connor
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

Attachment Content-Type Size
pg_autovacuum.patch text/x-patch 5.6 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Matthew T. O'Connor 2003-11-29 07:06:34 Re: pg_autovacuum patches
Previous Message Matthew T. O'Connor 2003-11-29 05:17:27 pg_autovacuum patches