[postgis-tickets] [SCM] PostGIS branch master updated. d03a5dfb92e5aa4ba757c7357a873289d46deae9

git at osgeo.org git at osgeo.org
Wed Dec 11 13:07:25 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  d03a5dfb92e5aa4ba757c7357a873289d46deae9 (commit)
      from  86ec87ea3e4df771558e02136ad97927c4a17d07 (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 d03a5dfb92e5aa4ba757c7357a873289d46deae9
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Dec 11 16:06:57 2019 -0500

    Try a slight variant references #4572

diff --git a/postgis/sqldefines.h.in b/postgis/sqldefines.h.in
index f343f35..e23a88e 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