[SCM] PostGIS branch master updated. 3.6.0rc2-207-gbe8edabdb

git at osgeo.org git at osgeo.org
Mon Nov 17 09:24:42 PST 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  be8edabdb288c89046c5cc97a0817f505c9039f4 (commit)
      from  f8d9a7cb3074f27a73d9f6769b96bd7453163d4f (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 be8edabdb288c89046c5cc97a0817f505c9039f4
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 17 12:24:37 2025 -0500

    Fix another typo

diff --git a/extensions/postgis_tiger_geocoder/Makefile.in b/extensions/postgis_tiger_geocoder/Makefile.in
index ce3db167b..c486ec0cc 100644
--- a/extensions/postgis_tiger_geocoder/Makefile.in
+++ b/extensions/postgis_tiger_geocoder/Makefile.in
@@ -74,7 +74,7 @@ sql/test-normalize_address.sql: sql_bits/test_tuples_only_unaligned.sql.in ../..
 sql/test-upgrade.sql: | sql
 	echo 'ALTER EXTENSION ${EXTENSION} UPDATE TO "ANY"; ALTER EXTENSION ${EXTENSION} UPDATE TO "$(EXTVERSION)"' > $@
 
-## no_relocate clause is only availabe in PostgreSQL 16 and above, so strip it for lower
+## no_relocate clause is only available in PostgreSQL 16 and above, so strip it for lower
 ifeq ($(shell expr "$(POSTGIS_PGSQL_VERSION)" "<" 160),1)
 %.control: %.control.in Makefile
 	$(PERL) -lpe 's/^no_relocate.*//g; s/\@EXTVERSION\@/$(EXTVERSION)/g'  < "$<" > "$@"

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

Summary of changes:
 extensions/postgis_tiger_geocoder/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list