Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f2fS1-00070U-P9 for pgsql-docs@arkaria.postgresql.org; Sun, 01 Apr 2018 16:03:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f2fS0-0005BY-R0 for pgsql-docs@arkaria.postgresql.org; Sun, 01 Apr 2018 16:03:24 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f2fS0-0005BN-HU for pgsql-docs@lists.postgresql.org; Sun, 01 Apr 2018 16:03:24 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f2fRy-0006px-7p; Sun, 01 Apr 2018 16:03:23 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w31G2tfn019321; Sun, 1 Apr 2018 12:02:55 -0400 From: Tom Lane To: Magnus Hagander cc: "Jonathan S. Katz" , Peter Eisentraut , Daniel Westermann , pgsql-docs Subject: Re: Blanks in the first line before the first word in the code boxes In-reply-to: References: <1237101144.12611.1521809780021.JavaMail.zimbra@dbi-services.com> <5B6B7585-9892-4846-904F-BB5B4A011A7D@postgresql.org> <07C79745-DDD1-4544-B95F-D878A477E898@postgresql.org> <13425.1522330858@sss.pgh.pa.us> Comments: In-reply-to Magnus Hagander message dated "Sun, 01 Apr 2018 17:55:21 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19319.1522598575.1@sss.pgh.pa.us> Date: Sun, 01 Apr 2018 12:02:55 -0400 Message-ID: <19320.1522598575@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Magnus Hagander writes: > However, why does devel work fine when the others are broken. It's the > exact same code that's run to load the docs. The *input* to the loader must > also be different at some point. HEAD is the only branch building the docs via XML, so it's hardly unlikely that the input is different. regards, tom lane