[SCM] PostGIS branch master updated. 3.4.0rc1-863-g18e7f66cf

git at osgeo.org git at osgeo.org
Tue Dec 26 21:35:51 PST 2023


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  18e7f66cfc6f51179bed0866c600891679684d6a (commit)
      from  07979aea489e1d1a7ddbe55a4de5d4d1c71167fa (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 18e7f66cfc6f51179bed0866c600891679684d6a
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Dec 27 00:33:33 2023 -0500

    Revert #5648 fix
    Causing regression failures on PG16 and PG17
    References #5648 and #5650

diff --git a/libpgcommon/lwgeom_pg.c b/libpgcommon/lwgeom_pg.c
index f813f476b..4a5a99d4f 100644
--- a/libpgcommon/lwgeom_pg.c
+++ b/libpgcommon/lwgeom_pg.c
@@ -508,7 +508,7 @@ postgis_guc_find_option(const char *name)
 	 * the name field is first in config_generic.
 	 */
 #if POSTGIS_PGSQL_VERSION >= 160
-	res = (struct config_generic **) find_option((void *) name, false, true, ERROR);
+	res = (struct config_generic **) find_option((void *) &key, false, true, ERROR);
 #else
 	res = (struct config_generic **) bsearch((void *) &key,
 		 (void *) get_guc_variables(),

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list