[SCM] PostGIS branch master updated. 3.4.0rc1-1230-gc46e33bc4

git at osgeo.org git at osgeo.org
Wed Jun 19 00:00:40 PDT 2024


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  c46e33bc46a9c648c14ff77c7ea0cf1d71cc8160 (commit)
      from  44f71532565df5492a5c0a6e8721c097356eb627 (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 c46e33bc46a9c648c14ff77c7ea0cf1d71cc8160
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jun 19 09:00:28 2024 +0200

    Fix typo in function declaration

diff --git a/postgis/lwgeom_transform.c b/postgis/lwgeom_transform.c
index 82c7382a4..4786474b2 100644
--- a/postgis/lwgeom_transform.c
+++ b/postgis/lwgeom_transform.c
@@ -39,7 +39,7 @@ Datum transform(PG_FUNCTION_ARGS);
 Datum transform_geom(PG_FUNCTION_ARGS);
 Datum transform_pipeline_geom(PG_FUNCTION_ARGS);
 Datum postgis_proj_version(PG_FUNCTION_ARGS);
-Datum postgis_proj_version_compiled(PG_FUNCTION_ARGS);
+Datum postgis_proj_compiled_version(PG_FUNCTION_ARGS);
 Datum LWGEOM_asKML(PG_FUNCTION_ARGS);
 
 /**

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

Summary of changes:
 postgis/lwgeom_transform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list