Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 828 invoked by uid 1010); 10 Feb 2005 08:39:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 789 invoked from network); 10 Feb 2005 08:39:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2005 08:39:25 -0000 X-Host-Fingerprint: 24.71.223.10 shawidc-mo1.cg.shawcable.net Received: from ([24.71.223.10:36976] helo=pd3mo2so.prod.shaw.ca) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 87/92-23634-5BD1B024 for ; Thu, 10 Feb 2005 03:39:17 -0500 Received: from pd5mr7so.prod.shaw.ca (pd5mr7so-qfe3.prod.shaw.ca [10.0.141.183]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IBO00ALJTDFR430@l-daemon> for internals@lists.php.net; Thu, 10 Feb 2005 01:39:15 -0700 (MST) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd5mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IBO004QUTDF25C0@pd5mr7so.prod.shaw.ca> for internals@lists.php.net; Thu, 10 Feb 2005 01:39:15 -0700 (MST) Received: from S01060050babc7470.ed.shawcable.net (S01060050babc7470.ed.shawcable.net [68.149.201.28]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IBO0031CTDFEX@l-daemon> for internals@lists.php.net; Thu, 10 Feb 2005 01:39:15 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by loki.digitaljunkies.ca (Postfix) with ESMTP id 766FA4B0BD for ; Thu, 10 Feb 2005 01:39:14 -0700 (MST) Received: from S01060050babc7470.ed.shawcable.net ([127.0.0.1]) by localhost (loki [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14700-09 for ; Thu, 10 Feb 2005 01:39:13 -0700 (MST) Received: from mjollnir.digitaljunkies.ca (mjollnir [10.1.1.16]) by loki.digitaljunkies.ca (Postfix) with ESMTP id 3853C4B0B9 for ; Thu, 10 Feb 2005 01:39:13 -0700 (MST) Date: Thu, 10 Feb 2005 01:39:12 -0700 To: internals@lists.php.net Message-ID: <200502100139.12739.benjcarson@digitaljunkies.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline X-Virus-Scanned: by amavisd-new at digitaljunkies.ca User-Agent: KMail/1.7.2 Subject: [PATCH] Support for geometric types in pg_convert() From: benjcarson@digitaljunkies.ca (Benj Carson) Hello, I've put together a patch[1] for pg_convert() that adds support for PostgreSQL's geometric types (point, line, box, path, polygon and circle). I couldn't find any bugs open for this, so I figured I should just send it in. It also fixes some issues with the regexs for interval types I wrote in a previous patch. If someone could review the patch and commit it, it would be much appreciated. The patch is against CVS HEAD. Thanks, Benj Carson [1] http://loki.digitaljunkies.ca/~benj/pgsql.c.diff.2.txt