[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-766-gcd68a9dfc
git at osgeo.org
git at osgeo.org
Fri May 5 12:25:22 PDT 2023
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 cd68a9dfcf940025b1da085425ff61236b329334 (commit)
from 5e61ca2e1e04ae438cc0200133a9ef1c8a89e97f (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 cd68a9dfcf940025b1da085425ff61236b329334
Author: Sandro Santilli <strk at kbt.io>
Date: Fri May 5 21:25:06 2023 +0200
Quote database name during ALTER
diff --git a/regress/run_test.pl b/regress/run_test.pl
index 1c36e90b6..9b3db4e20 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -346,7 +346,7 @@ EOF
}
#
print "Executor slow factor: $test_executor_slow_factor ($ms_to_fetch_full_version ms to fetch full version)\n";
- sql("ALTER DATABASE $DB SET test.executor_slow_factor = $test_executor_slow_factor");
+ sql("ALTER DATABASE \"$DB\" SET test.executor_slow_factor = $test_executor_slow_factor");
}
compute_executor_slow_factor;
-----------------------------------------------------------------------
Summary of changes:
regress/run_test.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list