Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id B3A799FBDDC for ; Thu, 8 Mar 2007 13:53:03 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-new, port 10024) with ESMTP id 98130-05 for ; Thu, 8 Mar 2007 13:52:53 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from mailbox.samurai.com (mailbox.samurai.com [205.207.28.82]) by postgresql.org (Postfix) with ESMTP id 908739FBDC6 for ; Thu, 8 Mar 2007 13:52:53 -0400 (AST) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id B712E62864; Thu, 8 Mar 2007 12:52:52 -0500 (EST) X-Virus-Scanned: by amavisd-new at mailbox.samurai.com Received: from mailbox.samurai.com ([205.207.28.82]) by localhost (mailbox.samurai.com [205.207.28.82]) (amavisd-new, port 10024) with LMTP id PYYkAtdiRoQd; Thu, 8 Mar 2007 12:52:50 -0500 (EST) Received: from [192.168.1.110] (d226-84-131.home.cgocable.net [24.226.84.131]) by mailbox.samurai.com (Postfix) with ESMTP id E83B462863; Thu, 8 Mar 2007 12:52:49 -0500 (EST) Subject: Re: log_autovacuum From: Neil Conway To: Simon Riggs Cc: pgsql-patches@postgresql.org, Alvaro Herrera In-Reply-To: <1173369949.3641.132.camel@silverbirch.site> References: <1173369949.3641.132.camel@silverbirch.site> Content-Type: text/plain Date: Thu, 08 Mar 2007 12:52:49 -0500 Message-Id: <1173376369.6695.227.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.9.92 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.062 tagged_above=0 required=5 tests=AWL, BAYES_50, SPF_HELO_PASS, SPF_PASS X-Spam-Level: X-Archive-Number: 200703/128 X-Sequence-Number: 1138 On Thu, 2007-03-08 at 16:05 +0000, Simon Riggs wrote: > LOG: autovac "public.w" scans:1 pages:197(-0) tuples:2338(-7199) CPU > 0.00s/0.00u sec elapsed 0.39 sec Seems like a pretty cryptic log format to me. -Neil