Opened 3 weeks ago

Closed 3 weeks ago

#5742 closed enhancement (fixed)

Proved version of PROJ library PostGIS was compiled against

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 3.5.0
Component: postgis Version: master
Keywords: Cc:

Description

Like we did for GEOS ( see #5306 ) it would be nice to also get information about PROJ version used at compile time.

It may help with the issues like #5741

Change History (3)

comment:1 by Sandro Santilli <strk@…>, 3 weeks ago

In 23a1dd0/git:

Drop code paths for PROJ version < 6.1.0, which is now required

Rework format of proj version string to follow GEOS approach

References #5742

comment:3 by Sandro Santilli <strk@…>, 3 weeks ago

Resolution: fixed
Status: newclosed

In bb94b8d/git:

New postgis_proj_compiled_version() and exposure in full version

Only shows compiled version in postgis_full_version() output
if it doesn't match with runtime version up to patchlevel.

Closes #5742

Note: See TracTickets for help on using tickets.