[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-767-gaebf89db1

git at osgeo.org git at osgeo.org
Fri May 5 15:02:59 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  aebf89db170d4dfb9aee4b445c2f7958f1d90592 (commit)
      from  cd68a9dfcf940025b1da085425ff61236b329334 (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 aebf89db170d4dfb9aee4b445c2f7958f1d90592
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat May 6 00:02:43 2023 +0200

    Quote more ...

diff --git a/regress/run_test.pl b/regress/run_test.pl
index 9b3db4e20..20963c959 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