gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix postgres test connection string


From: gnunet
Subject: [gnunet] branch master updated: -fix postgres test connection string
Date: Fri, 13 Nov 2020 03:27:21 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 08579a887 -fix postgres test connection string
08579a887 is described below

commit 08579a887336283b7400b3540f01729bf001b5e1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Nov 13 11:19:51 2020 +0900

    -fix postgres test connection string
---
 src/namestore/perf_namestore_api_postgres.conf    | 2 +-
 src/namestore/test_namestore_api_postgres.conf    | 2 +-
 src/namestore/test_plugin_namestore_postgres.conf | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/namestore/perf_namestore_api_postgres.conf 
b/src/namestore/perf_namestore_api_postgres.conf
index 16f530252..52d0ecdd5 100644
--- a/src/namestore/perf_namestore_api_postgres.conf
+++ b/src/namestore/perf_namestore_api_postgres.conf
@@ -7,5 +7,5 @@ DATABASE = postgres
 DISABLE = YES
 
 [namestore-postgres]
-CONFIG = connect_timeout=10; dbname=gnunetcheck
+CONFIG = connect_timeout=10 dbname=gnunetcheck
 TEMPORARY_TABLE = YES
diff --git a/src/namestore/test_namestore_api_postgres.conf 
b/src/namestore/test_namestore_api_postgres.conf
index 9960e6315..93ef935b5 100644
--- a/src/namestore/test_namestore_api_postgres.conf
+++ b/src/namestore/test_namestore_api_postgres.conf
@@ -5,5 +5,5 @@ DATABASE = postgres
 
 
 [namestore-postgres]
-CONFIG = connect_timeout=10; dbname=gnunetcheck
+CONFIG = connect_timeout=10 dbname=gnunetcheck
 TEMPORARY_TABLE = YES
diff --git a/src/namestore/test_plugin_namestore_postgres.conf 
b/src/namestore/test_plugin_namestore_postgres.conf
index 8473857d5..2ce8a7792 100644
--- a/src/namestore/test_plugin_namestore_postgres.conf
+++ b/src/namestore/test_plugin_namestore_postgres.conf
@@ -1,3 +1,3 @@
 [namestore-postgres]
-CONFIG = connect_timeout=10; dbname=gnunetcheck
+CONFIG = connect_timeout=10 dbname=gnunetcheck
 TEMPORARY_TABLE = YES

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]