pg_autovacuum another one line patch

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_autovacuum another one line patch
Date: 2003-12-08 05:33:42
Message-ID: 3FD40D36.7020804@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Matthew

Attachment Content-Type Size
pg_autovacuum.c_fflush.diff text/x-patch 394 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-12-08 21:51:59 Re: pg_autovacuum another one line patch
Previous Message Matthew T. O'Connor 2003-12-07 20:55:07 Another pg_autovacuum patch