[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-25-gd6d8401ed

git at osgeo.org git at osgeo.org
Fri Jul 29 11:25:39 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  d6d8401ed968cd40d442e11d384597313a3f6405 (commit)
      from  adfa7138aba1c486e6bda495e112738892fec94b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d6d8401ed968cd40d442e11d384597313a3f6405
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 29 14:25:34 2022 -0400

    Remove overreplacement. Closes #5193 for PostGIS 3.3.0

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 22e336c56..6644db42e 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -545,7 +545,7 @@ CREATE OR REPLACE FUNCTION geometry_gist_sortsupport_2d(internal)
 -- Given a table, column and query geometry, returns the estimate of what proportion
 -- of the table would be returned by a query using the &&/&&& operators. The mode
 -- changes whether the estimate is in x/y only or in all available dimensions.
-CREATE OR REPLACE FUNCTION _postgis_selectivity(tbl pg_catalog.regclass, att_name text, geom geometry, mode text default '2')
+CREATE OR REPLACE FUNCTION _postgis_selectivity(tbl regclass, att_name text, geom geometry, mode text default '2')
 	RETURNS float8
 	AS 'MODULE_PATHNAME', '_postgis_gserialized_sel'
 	LANGUAGE 'c' STRICT PARALLEL SAFE;

-----------------------------------------------------------------------

Summary of changes:
 postgis/postgis.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list