[postgis-tickets] [PostGIS] #5354: ERROR: function "_postgis_join_selectivity" already exists with same argument types
PostGIS
trac at osgeo.org
Fri Apr 7 14:11:23 PDT 2023
#5354: ERROR: function "_postgis_join_selectivity" already exists with same
argument types
------------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: build/upgrade/install | Version: master
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by strk):
I can reproduce, with this possibly faster way:
> make -C regress/core RUNTESTFLAGS="-v --dumprestore"
grep _postgis_join_selectivity utils/postgis_restore.pl # returns
> FUNCTION _postgis_join_selectivity(regclass, text, regclass, text, )
which is probably the reason for this (note the ending comma)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5354#comment:2>
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