[postgis-devel] New polygon constructors (was: OGC polygon constructors)

strk at refractions.net strk at refractions.net
Mon Dec 12 12:32:10 PST 2005


Committed, thanks again.
I hope you'll be around to catch other such bugs in future
as I'm sure I'll keep forgetting about this.
--strk;

On Mon, Dec 12, 2005 at 11:29:23AM -0700, Michael Fuhr wrote:
> On Mon, Dec 12, 2005 at 06:46:02PM +0100, strk at refractions.net wrote:
> > Regress test has been added for the tree functions.
> 
> Regression is failing again on Solaris:
> 
> ./run_test: syntax error at line 64: `SKIPPED=$' unexpected
> 
> As I mentioned in another report, /bin/sh on Solaris is a traditional
> Bourne Shell so expressions like this don't work:
> 
> SKIPPED=$(($SKIPPED+1))
> 
> I replaced such expressions with
> 
> SKIPPED=`expr $SKIPPED + 1`
> 
> After that the tests succeeded.  The system is:
> 
> PostgreSQL 8.2devel on sparc-sun-solaris2.9, compiled by GCC gcc (GCC) 3.4.2
> POSTGIS="1.1.0CVS" GEOS="3.0.0-CAPI-1.0.1" PROJ="Rel. 4.4.9, 29 Oct 2004" USE_STATS DBPROC="0.3.1" RELPROC="0.3.1"
> 
> -- 
> Michael Fuhr
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel

-- 

 /"\    ASCII Ribbon Campaign
 \ /    Respect for low technology.
  X     Keep e-mail messages readable by any computer system.
 / \    Keep it ASCII. 




More information about the postgis-devel mailing list