[SCM] PostGIS branch stable-3.4 updated. 3.4.1-30-g13d4f48d5
git at osgeo.org
git at osgeo.org
Tue Jan 9 21:46:08 PST 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, stable-3.4 has been updated
via 13d4f48d5cee630cc903558be5e7a38ec6879423 (commit)
from bf05b12dd396bd9b99145b1dfe53880f8f7a130b (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 13d4f48d5cee630cc903558be5e7a38ec6879423
Author: Regina Obe <lr at pcorp.us>
Date: Wed Jan 10 00:45:19 2024 -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