Re: pg_autovacuum another one line patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_autovacuum another one line patch
Date: 2003-12-08 21:51:59
Message-ID: 23332.1070920319@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Matthew T. O'Connor" <matthew(at)zeut(dot)net> writes:
> On the performance list, Gaetano Mendola noticed that pg_autovacuum
> doesn't perform an fflush after the last log_entry call before sleeping.
> This makes tail -f very annoying to watch.
> Attached is a patch to add that one line.

Applied.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-12-08 21:54:27 Re: Another pg_autovacuum patch
Previous Message Matthew T. O'Connor 2003-12-08 05:33:42 pg_autovacuum another one line patch