[postgis-tickets] [PostGIS] #4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev (ST_AsGeoJSON)
PostGIS
trac at osgeo.org
Wed Feb 12 03:59:43 PST 2020
#4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev
(ST_AsGeoJSON)
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 3.0.1
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Changes (by strk):
* priority: medium => blocker
Comment:
I'm stuck there. Tried calling the _postgis_drop_function_if_needed
function but the output isn't clear (did it drop that thing?):
{{{
strk=# SELECT _postgis_drop_function_if_needed
strk-# (
strk(# 'ST_AsGeoJson',
strk(# 'r record, geom_column text, maxdecimaldigits integer,
pretty_print boolean'
strk(# );
DEBUG: rehashing catalog cache id 42 for pg_proc; 257 tups, 128 buckets
DEBUG: rehashing catalog cache id 42 for pg_proc; 513 tups, 256 buckets
DEBUG: rehashing catalog cache id 42 for pg_proc; 1025 tups, 512 buckets
DEBUG: rehashing catalog cache id 0 for pg_aggregate; 33 tups, 16 buckets
DEBUG: rehashing catalog cache id 42 for pg_proc; 2049 tups, 1024 buckets
_postgis_drop_function_if_needed
----------------------------------
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4483#comment:29>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list