[postgis-tickets] [SCM] PostGIS branch main updated. 3.2.0-15-ge9609acd5

git at osgeo.org git at osgeo.org
Wed Dec 29 02:02:23 PST 2021


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, main has been updated
       via  e9609acd598c7de42ef1b9a44bdf096caf154cb3 (commit)
      from  ec98bd63e8f255cbdbf6baaed850e6c8b8d57af1 (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 e9609acd598c7de42ef1b9a44bdf096caf154cb3
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Dec 29 11:02:10 2021 +0100

    Update note about when ST_DWithin changed signature

diff --git a/regress/hooks/hook-before-upgrade.sql b/regress/hooks/hook-before-upgrade.sql
index 2aed016f7..5f4678446 100644
--- a/regress/hooks/hook-before-upgrade.sql
+++ b/regress/hooks/hook-before-upgrade.sql
@@ -68,7 +68,7 @@ SELECT
 FROM upgrade_test;
 
 -- Add view using ST_DWithin function
--- NOTE: 2.0.0 changed them to add default params
+-- NOTE: 3.0.0 changed them to add default params
 CREATE VIEW upgrade_view_test_dwithin AS
 SELECT
 	ST_DWithin(g1::text, g1::text, 1) as text_dwithin,

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

Summary of changes:
 regress/hooks/hook-before-upgrade.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list