[postgis-tickets] [SCM] PostGIS branch master updated. 86ec87ea3e4df771558e02136ad97927c4a17d07

git at osgeo.org git at osgeo.org
Wed Dec 11 11:45:18 PST 2019


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  86ec87ea3e4df771558e02136ad97927c4a17d07 (commit)
      from  cbe8fc68ce0a28edbdc757a40569cc6a70c616b2 (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 86ec87ea3e4df771558e02136ad97927c4a17d07
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Dec 11 14:45:13 2019 -0500

    Try to resolve #4572 - bessie complaining about upgrade mismatch in version

diff --git a/postgis/sqldefines.h.in b/postgis/sqldefines.h.in
index 02408df..f343f35 100644
--- a/postgis/sqldefines.h.in
+++ b/postgis/sqldefines.h.in
@@ -44,7 +44,7 @@
 #define _POSTGIS_SQL_SELECT_POSTGIS_PGSQL_VERSION 'SELECT ''@POSTGIS_PGSQL_VERSION@''::text AS version'
 
 #ifdef POSTGIS_REVISION
-#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '@POSTGIS_SCRIPTS_VERSION@'::text || $rev$ POSTGIS_REVISION$rev$::text AS version $$
+#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '@POSTGIS_SCRIPTS_VERSION@'::text || $rev$ @POSTGIS_REVISION@$rev$::text AS version $$
 #else
 #define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '@POSTGIS_SCRIPTS_VERSION@'::text AS version $$
 #endif

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

Summary of changes:
 postgis/sqldefines.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list