[postgis-tickets] r17757 - Have postgis_extensions_upgrade repackage topology as well
Sandro Santilli
strk at kbt.io
Thu Aug 22 05:13:43 PDT 2019
Author: strk
Date: 2019-08-22 05:13:42 -0700 (Thu, 22 Aug 2019)
New Revision: 17757
Modified:
trunk/postgis/postgis.sql.in
Log:
Have postgis_extensions_upgrade repackage topology as well
Closes #4486
References #2503
See failure here:
https://gitlab.com/postgis/postgis/-/jobs/277847404
Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in 2019-08-22 11:44:26 UTC (rev 17756)
+++ trunk/postgis/postgis.sql.in 2019-08-22 12:13:42 UTC (rev 17757)
@@ -2831,8 +2831,8 @@
-- PostGIS Topology is available if
-- 'topology.topology' table exists
- -- NOTE: disabled due to https://trac.osgeo.org/postgis/ticket/2503
- OR ( FALSE AND rec.name = 'postgis_topology' AND EXISTS (
+ -- NOTE: watch out for https://trac.osgeo.org/postgis/ticket/2503
+ OR ( rec.name = 'postgis_topology' AND EXISTS (
SELECT 1 FROM pg_catalog.pg_class c
JOIN pg_catalog.pg_namespace n ON (c.relnamespace = n.oid )
WHERE n.nspname = 'topology' AND c.relname = 'topology') )
More information about the postgis-tickets
mailing list