pg_autovacuum another one line patch

Started by Matthew T. O'Connorover 22 years ago2 messagespatches
Jump to latest
#1Matthew T. O'Connor
matthew@zeut.net

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

Attachments:

pg_autovacuum.c_fflush.difftext/x-patch; name=pg_autovacuum.c_fflush.diffDownload+1-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Matthew T. O'Connor (#1)
Re: pg_autovacuum another one line patch

"Matthew T. O'Connor" <matthew@zeut.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