[SCM] PostGIS branch stable-3.3 updated. 3.3.5-25-g74d2478a0
git at osgeo.org
git at osgeo.org
Mon Jan 15 14:17:04 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.3 has been updated
via 74d2478a03cd90e2e03c77ab71ecf81e6802149a (commit)
from 21eecd6a63b905e86a7db958992c0bdc7ddf9b17 (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 74d2478a03cd90e2e03c77ab71ecf81e6802149a
Author: Regina Obe <lr at pcorp.us>
Date: Mon Jan 15 17:17:00 2024 -0500
Revert #5648 for PostGIS 3.3.6. References #5448, Closese #5650
diff --git a/libpgcommon/lwgeom_pg.c b/libpgcommon/lwgeom_pg.c
index f7f848adc..6af4bea39 100644
--- a/libpgcommon/lwgeom_pg.c
+++ b/libpgcommon/lwgeom_pg.c
@@ -521,7 +521,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