Re: BUG in pg_autovacuum - with patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karl Denninger <karl(at)denninger(dot)net>
Cc: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG in pg_autovacuum - with patch
Date: 2005-04-03 00:03:50
Message-ID: 6867.1112486630@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Karl Denninger <karl(at)denninger(dot)net> writes:
> On Sat, Apr 02, 2005 at 12:16:00PM -0500, Matthew T. O'Connor wrote:
>> Anyway, if pg_autovacuum is causing problems for cron I'm sure we would
>> still benefit from this patch. However, while I claim no expertise
>> related to detaching from the console, I will say that I copied the code
>> detach code directly from postgresql itself, so I would have thought it
>> was OK. Can someone more informed than I take a look at this patch?

> You left out the closeout of the stdio streams from the Postgresql code you
> copied. :->

Indeed. Patch applied (along with addition of the #includes it
requires).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-04-03 01:10:19 Re: BUG #1568: concat
Previous Message Karl Denninger 2005-04-02 22:16:12 Re: BUG in pg_autovacuum - with patch