From: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net> |
---|---|
To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Another pg_autovacuum patch |
Date: | 2003-12-07 20:55:07 |
Message-ID: | 3FD393AB.8050403@zeut.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
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
Attachment | Content-Type | Size |
---|---|---|
pg_autovacuum.c.diff | text/x-patch | 1.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew T. O'Connor | 2003-12-08 05:33:42 | pg_autovacuum another one line patch |
Previous Message | Peter Eisentraut | 2003-12-07 09:53:44 | Re: Double Backslash example patch |