David Fetter wrote:
> Please find enclosed a patch exemplifying typical use of the ARE
> Class-Shorthand EscapesĀ®. I believe it will help intrepid regex
> users. :)
If you want to explain something, it's normally better to create an
example just for that point, instead of piggybacking it onto an
Ok, one more pg_autovacuum patch (Thanks to Tom for fixing the long long
overflow problem).
This patch addresses two minor issues (the last two pg_autovacuum bugs I
know of):
First the CountAtLastAnalyze varable was initially being set incorrectly
causing pg_autovacuum to perform unneeded anal
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