[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-683-g856a9a98d
git at osgeo.org
git at osgeo.org
Tue Mar 29 17:56:18 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 856a9a98d6729c3b581f4f0ce153fdc908792719 (commit)
from df8f5ba41e9d828b76aeb6d05aedc8bd9b054406 (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 856a9a98d6729c3b581f4f0ce153fdc908792719
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Mar 30 02:55:09 2022 +0200
Include major/minor version in default regression db name
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6a3308cd9..76edf3f87 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -53,6 +53,8 @@ check-news:
check-unit check-regress: all
+check-regress: export POSTGIS_REGRESS_DB ?= postgis_reg-$(POSTGIS_MAJOR_VERSION).$(POSTGIS_MINOR_VERSION)
+
check-no-trailing-blanks:
! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
grep -v lwin_wkt_lex.c | \
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list