X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 298543A4B2C for ; Sat, 22 Jan 2005 01:00:06 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 41595-09 for ; Sat, 22 Jan 2005 00:59:53 +0000 (GMT) Received: from adzuki.azuli.co.uk (azuli.gotadsl.co.uk [213.208.123.57]) by svr1.postgresql.org (Postfix) with ESMTP id 6208E3A1D75 for ; Sat, 22 Jan 2005 00:59:50 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by adzuki.azuli.co.uk with esmtp (Exim 4.43) id 1Cs9d8-0005jW-9c; Sat, 22 Jan 2005 00:59:58 +0000 Subject: Re: XML2 contrib does not refer to 8.0 From: John Gray To: Robert Treat Cc: Simon Riggs , pgsql-docs@postgresql.org In-Reply-To: <200501182018.45125.xzilla@users.sourceforge.net> References: <1106088283.14384.300.camel@localhost.localdomain> <200501182018.45125.xzilla@users.sourceforge.net> Content-Type: text/plain Organization: Azuli IT Date: Sat, 22 Jan 2005 00:59:57 +0000 Message-Id: <1106355597.21837.4.camel@adzuki.azuli.co.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.05 tagged_above=0 required=5 tests=FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200501/34 X-Sequence-Number: 2793 On Tue, 2005-01-18 at 20:18 -0500, Robert Treat wrote: > On Tuesday 18 January 2005 17:44, Simon Riggs wrote: > > In pgsql/contrib/xml2/README.xml2 I see: > > > > "The current build process will only work if the files are in > > contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been > > configured and built (If you alter the subdir value in the Makefile > > you can place it in a different directory in a PostgreSQL tree)." > > > > Surely this should refer to 8.0 also? > > Depends on if it actually works in 8.0 I'd imagine. > It does work in 8.0 (it had a last-minute fix for a segfault) - and moreover the other mistake is that it is now in contrib/xml2 not contrib/xml. If a committer would like to amend it, please do - or I can submit a patch. Regards John