[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-231-g87ad535ff

git at osgeo.org git at osgeo.org
Thu Oct 20 22:41:46 PDT 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  87ad535ff6ed1c9cd15b83472a55461651eeff34 (commit)
      from  1e96c9214ef814260d1d66247b3ffbde7a019b45 (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 87ad535ff6ed1c9cd15b83472a55461651eeff34
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Oct 21 01:41:41 2022 -0400

    Fix typo in last commit.  References #5261 for PostGIS 3.4.0

diff --git a/libpgcommon/lwgeom_pg.c b/libpgcommon/lwgeom_pg.c
index dc751875b..b6e38ee3a 100644
--- a/libpgcommon/lwgeom_pg.c
+++ b/libpgcommon/lwgeom_pg.c
@@ -511,7 +511,7 @@ postgis_guc_find_option(const char *name)
 		 GetNumConfigOptions(),
 		 sizeof(struct config_generic *),
 		 postgis_guc_var_compare);
-#endif;
+#endif
 
 	/* Found nothing? Good */
 	if ( ! res ) return 0;

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

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