Another pg_autovacuum patch

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

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 analyzes on during startup.

Second, there was a debug print statement left in that was printing
relisshared.

The attached patch fixes both issues, and should be applied to both 7.4
and HEAD.

Thanks,

Matthew O'Connor

Attachments:

pg_autovacuum.c.difftext/x-patch; name=pg_autovacuum.c.diffDownload+3-4
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Matthew T. O'Connor (#1)
Re: Another pg_autovacuum patch

"Matthew T. O'Connor" <matthew@zeut.net> writes:

Ok, one more pg_autovacuum patch (Thanks to Tom for fixing the long long
overflow problem).

Applied.

regards, tom lane