[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-309-ga18bfd0e2
git at osgeo.org
git at osgeo.org
Wed Nov 2 11:53:07 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 a18bfd0e2a57035b337630807feca2b8701e9d53 (commit)
from 4aabcd4addb7ab823f417e953266c9f1a5847989 (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 a18bfd0e2a57035b337630807feca2b8701e9d53
Author: Regina Obe <lr at pcorp.us>
Date: Wed Nov 2 14:53:00 2022 -0400
Mark them as all static. References #5277 for PostGIS 3.4.0
diff --git a/raster/rt_pg/rtpostgis.c b/raster/rt_pg/rtpostgis.c
index abab96cf2..d591f2c7d 100644
--- a/raster/rt_pg/rtpostgis.c
+++ b/raster/rt_pg/rtpostgis.c
@@ -452,11 +452,8 @@ rt_pg_vsi_check_options(char **newval, void **extra, GucSource source)
static char *gdal_datapath = NULL;
static char *gdal_vsi_options = NULL;
-extern char *gdal_enabled_drivers;
-extern bool enable_outdb_rasters;
-
-char *gdal_enabled_drivers = NULL;
-bool enable_outdb_rasters = false;
+static char *gdal_enabled_drivers = NULL;
+static bool enable_outdb_rasters = false;
/* ---------------------------------------------------------------- */
/* Useful variables */
-----------------------------------------------------------------------
Summary of changes:
raster/rt_pg/rtpostgis.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list