pg_autovacuum another one line patch
Started by Matthew T. O'Connorover 22 years ago2 messagespatches
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
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