]> granicus.if.org Git - postgis/commit
Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved range (#1505)
authorSandro Santilli <strk@keybit.net>
Fri, 10 Feb 2012 16:53:15 +0000 (16:53 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 10 Feb 2012 16:53:15 +0000 (16:53 +0000)
commit16e500b65005df5a9f4c8f8d676210a9217bcd03
treeab3401405ca53a36a056c2deaf7e86296f467330
parent3e3feaa9ddb54b5f973b2b760b0b6e34ef544baa
Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved range (#1505)

The reserved range is SRID_USER_MAXIMUM+1 to SRID_MAXIMUM.
Core takes care of typmod clamping, postgis_restore.pl takes care
of clamping table definition and spatial_ref_sys entries.

git-svn-id: http://svn.osgeo.org/postgis/trunk@9145 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/lwutil.c
utils/postgis_restore.pl