]> granicus.if.org Git - postgis/commit
Fix support for PostgreSQL-12 ("getrelid" macro removed)
authorSandro Santilli <strk@kbt.io>
Wed, 17 Oct 2018 14:25:46 +0000 (14:25 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 17 Oct 2018 14:25:46 +0000 (14:25 +0000)
commitd646c02eb1626fe65a638eeda26658e2790a7d8d
treed3c95db597ddc22313c0e544b42204de294569dd
parentac56f0ace9823db48d5f6a01f39a2f8f1d414bef
Fix support for PostgreSQL-12 ("getrelid" macro removed)

The call is replaced with its expansion which should work
as back as PostgreSQL-9.1 which is before the oldest version
PostGIS-2.2 (our oldest maintained branch) supports.

This is then safe to backport to all branches till 2.2.

Patch by Laurenz Albe

References #4306 in 2.5 branch

git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@16918 b70326c6-7e19-0410-871a-916f4a2858ee
NEWS
postgis/gserialized_estimate.c