[SCM] PostGIS branch master updated. 3.6.0rc2-358-g7dfe8b69c
git at osgeo.org
git at osgeo.org
Thu Mar 5 10:49:29 PST 2026
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 7dfe8b69cde8c683251c9e104d71f3d42e3d5552 (commit)
via bd152a4bccf1c134b11b0e60c1a50e071b911a6c (commit)
from 8a31ce8c686766caacde19e8fa5977ed49a4068e (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 7dfe8b69cde8c683251c9e104d71f3d42e3d5552
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Thu Mar 5 22:49:08 2026 +0400
Stabilize Windows CI checks for spelling and CUnit
diff --git a/.codespellrc b/.codespellrc
index daf57c70c..016dfb022 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,3 +1,3 @@
[codespell]
-skip = *.sql,*.po,spatial_ref_sys.sql,./deps,./extras/tiger_geocoder/tables/lookup_tables_2011.sql,./extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,./extensions/address_standardizer,./configure*,./macros/*.m4,./autom4te.cache,./build-aux,./libtool,./extensions/postgis_tiger_geocoder/*.in,.git,build*
+skip = *.po,spatial_ref_sys.sql,./deps,./extensions/address_standardizer,./configure*,./autom4te.cache,./build-aux,./libtool,.git,build*
ignore-words = .codespell.ignore
diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index 4b6321dcc..358775b51 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -40,6 +40,7 @@ jobs:
gdal:p
sfcgal:p
json-c:p
+ cunit:p
gettext:p
libxml2:p
postgresql:p
diff --git a/extensions/address_standardizer/std_pg_hash.c b/extensions/address_standardizer/std_pg_hash.c
index 63f490415..4717f4ded 100644
--- a/extensions/address_standardizer/std_pg_hash.c
+++ b/extensions/address_standardizer/std_pg_hash.c
@@ -369,8 +369,7 @@ AddToStdPortalCache(StdPortalCache *STDCache, char *lextab, char *gaztab, char *
DBG("STDCache->NextSlot=%d", STDCache->NextSlot);
}
-
-/* pubilc api */
+/* public api */
StdCache
GetStdCache(FunctionCallInfo fcinfo) {
return (StdCache) GetStdPortalCache(fcinfo);
diff --git a/loader/cunit/Makefile.in b/loader/cunit/Makefile.in
index ab9e8d791..e5ee4df2f 100644
--- a/loader/cunit/Makefile.in
+++ b/loader/cunit/Makefile.in
@@ -20,7 +20,8 @@ CFLAGS=@CFLAGS@
SHELL = @SHELL@
LIBTOOL = @LIBTOOL@
-CUNIT_LDFLAGS=@CUNIT_LDFLAGS@ @GEOS_LDFLAGS@
+CUNIT_LDFLAGS=@CUNIT_LDFLAGS@
+GEOS_LDFLAGS=@GEOS_LDFLAGS@
CUNIT_CPPFLAGS = \
-I$(srcdir)/.. \
-I$(top_builddir)/liblwgeom \
commit bd152a4bccf1c134b11b0e60c1a50e071b911a6c
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Thu Mar 5 22:21:28 2026 +0400
Fix codespell typo in shp2pgsql header comment
diff --git a/loader/shp2pgsql-core.h b/loader/shp2pgsql-core.h
index 905f92253..748d4773a 100644
--- a/loader/shp2pgsql-core.h
+++ b/loader/shp2pgsql-core.h
@@ -192,7 +192,7 @@ typedef struct shp_loader_state
/* Pointer to an array of PostgreSQL field types */
char **pgfieldtypes;
- /* String containing colume name list in the form "col1, col2, col3 ... , colN" */
+ /* String containing column name list in the form "col1, col2, col3 ... , colN" */
char *col_names;
/* String containing the PostGIS geometry type, e.g. POINT, POLYGON etc. */
-----------------------------------------------------------------------
Summary of changes:
.codespellrc | 2 +-
.github/workflows/msys.yml | 1 +
extensions/address_standardizer/std_pg_hash.c | 3 +--
loader/cunit/Makefile.in | 3 ++-
loader/shp2pgsql-core.h | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list