[SCM] PostGIS branch master updated. 3.6.0beta1-26-ge1d09a8cb
git at osgeo.org
git at osgeo.org
Tue Aug 12 22:06:21 PDT 2025
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 e1d09a8cba3905b15f4937dee76e4e5710c1ded7 (commit)
from 1689f7cdca0de3fb9748738b160f35bbdb91a707 (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 e1d09a8cba3905b15f4937dee76e4e5710c1ded7
Author: Regina Obe <lr at pcorp.us>
Date: Wed Aug 13 01:06:08 2025 -0400
Fix some typos, References #5961
diff --git a/doc/developer.txt b/doc/developer.txt
index f26a973f8..580ebe79e 100644
--- a/doc/developer.txt
+++ b/doc/developer.txt
@@ -37,14 +37,14 @@ they were in and stubbed in a deprecation file. Ideally you should never do this
For Major such as when PostGIS 4 comes out we could in theory skip the legacy file and just chuck the function entirely.
So a function can be stubbed in 3.0.0, but not 3.0.1, though there are cases where you might as long as
-you carefully fix up the SQL signature exposing it. The reason to avoid not doing this in a micro is people often run
-ALTER EXTENSION or SELECt postgis_extensions_upgrade() in a micro.
+you carefully fix up the SQL signature exposing it. The reason to avoid not doing this in a micro is people often do not
+run ALTER EXTENSION or SELECT postgis_extensions_upgrade() in a micro, so taking these out will break production code.
* For the postgis extension, these should go in postgis/postgis_legacy.c the stub will look something like this.
POSTGIS_DEPRECATE("2.0.0", postgis_uses_stats)
- Note the specification of the function it was removed and the name of the function
+ Note the specification of the version it was removed and the name of the function
* For postgis_sfcgal, deprecated C api functions should go in sfcgal/postgis_sfcgal_legacy.c
* For postgis_raster, raster/rt_pg/rtpg_legacy.c
-----------------------------------------------------------------------
Summary of changes:
doc/developer.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list