[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.0-9-ge4e845b02
git at osgeo.org
git at osgeo.org
Wed Dec 29 02:02:45 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, stable-3.2 has been updated
via e4e845b02675d2fffa0219e00831bde862d2c7f1 (commit)
from 690011b5c136329be3fe0c022eea4d882c13ed2f (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 e4e845b02675d2fffa0219e00831bde862d2c7f1
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