Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 8A5981337BD4; Mon, 4 Apr 2011 17:47:45 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 18382-05; Mon, 4 Apr 2011 20:47:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from delta01.pnet.xcon.it (delta01.pnet.xcon.it [62.48.53.16]) by mail.postgresql.org (Postfix) with ESMTP id 486731337B67; Mon, 4 Apr 2011 17:47:34 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by delta01.pnet.xcon.it (Postfix) with ESMTP id BB34A180D999; Mon, 4 Apr 2011 22:47:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at delta01.pnet.xcon.it Received: from delta01.pnet.xcon.it ([127.0.0.1]) by localhost (delta01.pnet.xcon.it [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KD1o9yEs6ZXI; Mon, 4 Apr 2011 22:47:29 +0200 (CEST) Received: from macbook-di-gabriele-bartolini.local (host206-122-dynamic.47-79-r.retail.telecomitalia.it [79.47.122.206]) (Authenticated sender: gabriele.bartolini@devise.it) by delta01.pnet.xcon.it (Postfix) with ESMTPSA id 54A7D180D96D; Mon, 4 Apr 2011 22:47:27 +0200 (CEST) Message-ID: <4D9A2E5E.3030405@2ndQuadrant.it> Date: Mon, 04 Apr 2011 22:47:26 +0200 From: Gabriele Bartolini User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Robert Haas CC: Alvaro Herrera , Tom Lane , pgsql-docs , PostgreSQL-development Subject: Re: [HACKERS] Uppercase SGML entity declarations References: <4D998B49.8050000@2ndQuadrant.it> <4D99F09D.3000606@2ndQuadrant.it> <1503.1301935044@sss.pgh.pa.us> <4D99FD5D.80508@2ndQuadrant.it> <1301948115-sup-5050@alvh.no-ip.org> In-Reply-To: Content-Type: multipart/mixed; boundary="------------030608070009020309080701" X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201104/33 X-Sequence-Number: 6604 This is a multi-part message in MIME format. --------------030608070009020309080701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Il 04/04/11 22:26, Robert Haas ha scritto: > I think you still need to update Solution.pm to match. > Here it is, including change of 3 'Id' attributes (I made them lowercase). Thanks, Gabriele -- Gabriele Bartolini - 2ndQuadrant Italia PostgreSQL Training, Services and Support gabriele.bartolini@2ndQuadrant.it | www.2ndQuadrant.it --------------030608070009020309080701 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="uppercase-sgml-entity-declarations-2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="uppercase-sgml-entity-declarations-2.patch" diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bb5527c..9266558 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,6 +1,6 @@ - + Server Configuration diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 7f515dc..144b880 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -1,6 +1,6 @@ - + Recovery Configuration diff --git a/doc/src/sgml/typeconv.sgml b/doc/src/sgml/typeconv.sgml index 71ddc0f..f233e9d 100644 --- a/doc/src/sgml/typeconv.sgml +++ b/doc/src/sgml/typeconv.sgml @@ -1,6 +1,6 @@ - + Type Conversion diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index e1fe4e9..1a7b94d 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -389,8 +389,8 @@ EOF open(O, ">doc/src/sgml/version.sgml") || croak "Could not write to version.sgml\n"; print O <{strver}"> -{majorver}"> +{strver}"> +{majorver}"> EOF close(O); } --------------030608070009020309080701--