Re: [PATCHES] Another pg_autovacuum patch

2004-03-21 Thread Bruce Momjian
Patch applied to HEAD and 7.4.X. Thanks. --- Matthew T. O'Connor wrote: > In working through a pg_autovacuum problem with Joe Conway (which turned > out to be the same problem reported by Cott Lang which the previous > pa

Re: [PATCHES] Another pg_autovacuum patch

2004-03-17 Thread Bruce Momjian
Joe Conway wrote: > Matthew T. O'Connor wrote: > > This patch resolves this new found bug and fixes some of the other > > debugging output to be more consistent. > > > > Please apply to both HEAD and the 7.4 branch. > > Bruce, if you'd like, I'll apply this one. I plan to test it out tonight > o

Re: [PATCHES] Another pg_autovacuum patch

2004-03-16 Thread Joe Conway
Matthew T. O'Connor wrote: This patch resolves this new found bug and fixes some of the other debugging output to be more consistent. Please apply to both HEAD and the 7.4 branch. Bruce, if you'd like, I'll apply this one. I plan to test it out tonight or tomorrow. Thanks, Joe -

[PATCHES] Another pg_autovacuum patch

2004-03-16 Thread Matthew T. O'Connor
In working through a pg_autovacuum problem with Joe Conway (which turned out to be the same problem reported by Cott Lang which the previous patch resolved) a new bug was uncovered when running with a debug level of greater than 1. This patch resolves this new found bug and fixes some of the other

Re: [PATCHES] Another pg_autovacuum patch

2003-12-08 Thread Tom Lane
"Matthew T. O'Connor" <[EMAIL PROTECTED]> writes: > Ok, one more pg_autovacuum patch (Thanks to Tom for fixing the long long > overflow problem). Applied. regards, tom lane ---(end of broadcast)--- TIP 2: you can get off al

[PATCHES] Another pg_autovacuum patch

2003-12-07 Thread Matthew T. O'Connor
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