[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-400-gdd7642ea2

git at osgeo.org git at osgeo.org
Wed Dec 14 15:00:10 PST 2022


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  dd7642ea28694ebc7eddf549ca9dcb856793f974 (commit)
       via  9134d41bfbcc56491dd215741f47a94730373aaf (commit)
      from  4d78e91a46c84fe96f9bd46cfd7718016a9976c2 (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 dd7642ea28694ebc7eddf549ca9dcb856793f974
Merge: 9134d41bf 4d78e91a4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Dec 14 15:00:06 2022 -0800

    Merge branch 'master' of https://git.osgeo.org/gitea/postgis/postgis


commit 9134d41bfbcc56491dd215741f47a94730373aaf
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Dec 14 14:59:53 2022 -0800

    One more pg16 compile issue

diff --git a/.gitignore b/.gitignore
index c8e0cce96..8485dcc10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -166,6 +166,7 @@ sfcgal/regress/tests.mk
 sfcgal/*.sql
 sfcgal/sfcgal_upgrade.sql.in
 *.so
+*.dylib
 st_*.png
 .svn
 topology/Makefile
diff --git a/extensions/address_standardizer/std_pg_hash.c b/extensions/address_standardizer/std_pg_hash.c
index f98ae4e9b..a800a0d8e 100644
--- a/extensions/address_standardizer/std_pg_hash.c
+++ b/extensions/address_standardizer/std_pg_hash.c
@@ -565,7 +565,7 @@ static int parse_rule(char *buf, int *rule)
     TRGT = DatumGetInt32(binval);
 
 #define GET_TEXT_FROM_TUPLE(TRGT,WHICH) \
-    TRGT = DatumGetCString(SPI_getvalue(tuple, tupdesc, WHICH));
+    TRGT = SPI_getvalue(tuple, tupdesc, WHICH);
 
 
 static int fetch_lex_columns(SPITupleTable *tuptable, lex_columns_t *lex_cols)

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

Summary of changes:
 .gitignore                                    | 1 +
 extensions/address_standardizer/std_pg_hash.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list