gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 34/189: typo


From: gnunet
Subject: [taler-grid5k] 34/189: typo
Date: Thu, 28 Apr 2022 10:46:44 +0200

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

marco-boss pushed a commit to branch master
in repository grid5k.

commit 27aaf34dd5b6b6d048b205007f5d16ce98303bc2
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Feb 26 17:46:55 2022 +0100

    typo
---
 experiment/scripts/database.sh | 2 +-
 sql/exchange-0001.sql          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/experiment/scripts/database.sh b/experiment/scripts/database.sh
index 4fae704..023b38f 100755
--- a/experiment/scripts/database.sh
+++ b/experiment/scripts/database.sh
@@ -71,7 +71,7 @@ function setup_config() {
   log_min_duration_statement=300
   shared_preload_libraries='pg_stat_statements,auto_explain'
   auto_explain.log_min_duration='300ms'
-  auto_explain.log_nested_statements=on
+  auto_explain.log_nested_statements=off
   auto_explain.log_analyze=true
   auto_explain.log_buffers=true
   auto_explain.log_wal=true
diff --git a/sql/exchange-0001.sql b/sql/exchange-0001.sql
index dbcba25..d941cf7 100644
--- a/sql/exchange-0001.sql
+++ b/sql/exchange-0001.sql
@@ -90,7 +90,7 @@ CREATE TABLE IF NOT EXISTS wire_targets_default
 
 CREATE INDEX IF NOT EXISTS wire_targets_serial_id_index
   ON wire_targets
-  (wire_targets_serial_id
+  (wire_target_serial_id
   );
 
 CREATE TABLE IF NOT EXISTS reserves

-- 
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]