Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fHAjN-0003d0-Dn for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 11 May 2018 16:17:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fHAjL-00058V-Rp for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 11 May 2018 16:17:15 +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 1fHAjL-00058I-JF; Fri, 11 May 2018 16:17:15 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fHAjD-0002XW-2F; Fri, 11 May 2018 16:17:14 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:147b:4ae0:76e5:bff:fef3:7e00]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 40jFbh1qLCz3F15; Fri, 11 May 2018 18:17:04 +0200 (CEST) Date: Fri, 11 May 2018 18:17:03 +0200 From: Christoph Berg To: Liudmila Mantrova Cc: pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org Subject: Re: Backporting XML docs Message-ID: <20180511161703.GA2099@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Liudmila Mantrova , pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org References: <06efc906-16f8-0cde-5bee-e3d5abfc00ba@postgrespro.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <06efc906-16f8-0cde-5bee-e3d5abfc00ba@postgrespro.ru> User-Agent: Mutt/1.9.2 (2017-12-15) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Liudmila Mantrova 2018-05-11 <06efc906-16f8-0cde-5bee-e3d5abfc00ba@postgrespro.ru> > Dear all, > > As you know, documentation for PostgreSQL 11 is now converted to XML. To > avoid the overhead of adapting each patch that needs to be backported to be > a valid SGML, hackers have been recently discussing the possibility of > switching to XML in all supported branches. > > Should this move happen, do you anticipate any packaging issues in older > branches? > As far as I understand, branch 10 is already using the same toolchain as > branch 11, even though with SGML sources. The postgresql-11 package is building on all supported Debian versions just fine, so switching the older packages to the same toolchain shouldn't pose any problems for us. Christoph