Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 3E2419F9F68 for ; Sun, 22 Oct 2006 00:15:46 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 63210-01-3 for ; Sun, 22 Oct 2006 00:15:33 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 9E7BB9FB67C for ; Sat, 21 Oct 2006 23:45:52 -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 k9M2jfsD000138; Sat, 21 Oct 2006 22:45:41 -0400 (EDT) To: Alvaro Herrera cc: Benno Puetz , pgsql-docs@postgresql.org Subject: Re: Empty index in A4 version of 8.1 PDF documentation In-reply-to: <20061021211347.GA27685@alvh.no-ip.org> References: <45374D82.9060500@mpipsykl.mpg.de> <20061021211347.GA27685@alvh.no-ip.org> Comments: In-reply-to Alvaro Herrera message dated "Sat, 21 Oct 2006 18:13:47 -0300" Date: Sat, 21 Oct 2006 22:45:41 -0400 Message-ID: <137.1161485141@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=2 tagged_above=0 required=5 tests=AWL, SPF_HELO_SOFTFAIL, SPF_SOFTFAIL X-Spam-Level: ** X-Archive-Number: 200610/38 X-Sequence-Number: 3759 Alvaro Herrera writes: > It would be neat to have some Makefile trickery to be able to detect > that the just-finished run was done without an index entries file and > and repeat the process in that case. [ shrug... ] The standard solution is to run the build twice, no matter what. You have no way to be sure the existing index file is correct even if it's present... regards, tom lane