pgsql-server/contrib/pg_autovacuum Tag: REL7_4 ...
pgsql-server/contrib/pg_autovacuum Tag: REL7_4 ...
От:
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: momjian@svr1.postgresql.org 04/03/21 23:57:19 Modified files: contrib/pg_autovacuum: Tag: REL7_4_STABLE TODO pg_autovacuum.c Log message: 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 debugging output to be more consistent. Please apply to both HEAD and the 7.4 branch. Matthew T. O'Connor