Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 43DBF9FB680 for ; Tue, 17 Apr 2007 15:36:09 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 09153-02-2 for ; Tue, 17 Apr 2007 15:36:03 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 246029FB79A for ; Tue, 17 Apr 2007 15:36:04 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id l3HIa177004390; Tue, 17 Apr 2007 14:36:01 -0400 (EDT) To: Alvaro Herrera cc: Simon Riggs , pgsql-patches@postgresql.org Subject: Re: log_autovacuum In-reply-to: <20070417180633.GA15495@alvh.no-ip.org> References: <1173369949.3641.132.camel@silverbirch.site> <20070308175330.GW4715@alvh.no-ip.org> <1173378696.3641.162.camel@silverbirch.site> <20070417180633.GA15495@alvh.no-ip.org> Comments: In-reply-to Alvaro Herrera message dated "Tue, 17 Apr 2007 14:06:33 -0400" Date: Tue, 17 Apr 2007 14:36:01 -0400 Message-ID: <4389.1176834961@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/408 X-Sequence-Number: 1975 Alvaro Herrera writes: > I've tinkered with this patch a bit. Sample output: > LOG: automatic vacuum of table "alvherre.public.foo": index scans: 0 > pages: removed 0, 11226 remain > tuples: 1300683 removed, 1096236 remain > system usage: CPU 0.29s/0.38u sec elapsed 2.56 sec Please be a bit more consistent about whether numbers precede or follow their descriptions. "x removed, y remain" might work. regards, tom lane