]> granicus.if.org Git - postgis/commit
Fixed bug: must ALWAYS copy input data - never modify it in place. If you
authorDavid Blasby <dblasby@gmail.com>
Fri, 29 Jun 2001 22:32:53 +0000 (22:32 +0000)
committerDavid Blasby <dblasby@gmail.com>
Fri, 29 Jun 2001 22:32:53 +0000 (22:32 +0000)
commit10f37fdc2389c572fbd4e330b6047832239670b7
tree5bc575624aed763f1d717727660db5aee5cbe865
parent5a9fd4c257e600b60c3773234c0dfba788f6f169
Fixed bug: must ALWAYS copy input data - never modify it in place.  If you
do, it'll (unexpectly) update the database.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14 b70326c6-7e19-0410-871a-916f4a2858ee
postgis_fn.c