Re: [PATCHES] pg_autovacuum another one line patch

2003-12-08 Thread Tom Lane
"Matthew T. O'Connor" <[EMAIL PROTECTED]> 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.

[PATCHES] pg_autovacuum another one line patch

2003-12-07 Thread Matthew T. O'Connor
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 *** pg_autovacuum.c.orig 2003-12-08 00:30:08.0 -050