Opened 12 years ago

Closed 9 years ago

#1852 closed enhancement (wontfix)

Include geos version at build time in postgis_full_version()

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.2.0
Component: postgis Version: 2.0.x
Keywords: Cc:

Description

I know it's getting complex, but sometimes you have two GEOS versions installed and while "geos-config" (called by ./configure) finds one version, the dynamic linker finds another version.

Another scenario is you simply upgrade GEOS but you built against an older one.

In both cases postgis_full_version() isn't enough to explain why some feature isn't available or some bug is still present.

Change History (5)

comment:1 by robe, 11 years ago

I don't understand this ticket? What is the problem. We have GEOS version in postgis_full_version already and when dynamic linker finds a different version, you can't even load the postgis.so/dll.

comment:2 by strk, 11 years ago

Some GEOS features are off when you build PostGIS against an older GEOS. After you upgrade GEOS you see the _new_ version reported by postgis_full_version() and can wonder "why don't I have this functionality?"

I've added the build-time version of GEOS into the error message that comes out when you try to access the unavailable functionality, but it's still confusing.

Example (made out):

 $ SELECT ST_SharedPaths(x,y) FROM mytable;
 ERROR: you need GEOS 3.3.0+ for this to work
 $ SELECT postgis_full_version();
 ... GEOS 3.3.8 ...

comment:3 by robe, 11 years ago

you know my answer to that. I hate having versions that dissable functionality. We wouldn't have this problem if we listened to me. Granted we'd have other problems :)

comment:4 by robe, 11 years ago

Milestone: PostGIS 2.1.0PostGIS 2.2.0

comment:5 by pramsey, 9 years ago

Resolution: wontfix
Status: newclosed

Not much interest in this one it seems…

Note: See TracTickets for help on using tickets.