Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 9FA52632B21 for ; Fri, 23 Apr 2010 18:55:05 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 05155-10 for ; Fri, 23 Apr 2010 21:54:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mail.postgresql.org (Postfix) with ESMTP id C7E6A632A8F for ; Fri, 23 Apr 2010 18:54:54 -0300 (ADT) Received: from webmail.xs4all.nl (dovemail7.xs4all.nl [194.109.26.9]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id o3NLsqRE051555 for ; Fri, 23 Apr 2010 23:54:53 +0200 (CEST) (envelope-from er@xs4all.nl) Received: from 156.83.1.228 (SquirrelMail authenticated user er) by webmail.xs4all.nl with HTTP; Fri, 23 Apr 2010 23:54:52 +0200 Message-ID: Date: Fri, 23 Apr 2010 23:54:52 +0200 Subject: pgbench.sgml - typo From: "Erik Rijkers" To: pgsql-docs@postgresql.org User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.112 tagged_above=-10 required=5 tests=AWL=-0.902, BAYES_50=0.8, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201004/79 X-Sequence-Number: 5478 s/the the/the/g; # 2 x --- doc/src/sgml/pgbench.sgml.orig 2010-04-23 23:50:04.000000000 +0200 +++ doc/src/sgml/pgbench.sgml 2010-04-23 23:50:32.000000000 +0200 @@ -553,7 +553,7 @@ nnn is the PID of the pgbench process. If the -j option is 2 or higher, creating multiple worker threads, each will have its own log file. The first worker will use the - the same name for its log file as in the standard single worker case. + same name for its log file as in the standard single worker case. The additional log files for the other workers will be named pgbench_log.nnn.mmm, where mmm is a sequential number for each worker starting --- doc/src/sgml/pgfreespacemap.sgml.orig 2010-04-23 23:53:36.000000000 +0200 +++ doc/src/sgml/pgfreespacemap.sgml 2010-04-23 23:53:54.000000000 +0200 @@ -46,7 +46,7 @@ - Displays the the amount of free space on each page of the relation, + Displays the amount of free space on each page of the relation, according to the FSM. A set of (blkno bigint, avail int2) tuples is returned, one tuple for each page in the relation.