gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 30/189: log nested statements to hopefully get function d


From: gnunet
Subject: [taler-grid5k] 30/189: log nested statements to hopefully get function debug output
Date: Thu, 28 Apr 2022 10:46:40 +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 012b66108bde6d358aa85e79aa45e410572935ab
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Feb 24 15:25:20 2022 +0100

    log nested statements to hopefully get function debug output
---
 experiment/scripts/database.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/experiment/scripts/database.sh b/experiment/scripts/database.sh
index 57d8db6..4fae704 100755
--- a/experiment/scripts/database.sh
+++ b/experiment/scripts/database.sh
@@ -71,6 +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_analyze=true
   auto_explain.log_buffers=true
   auto_explain.log_wal=true
@@ -142,6 +143,9 @@ function setup_config() {
   maintenance_work_mem=2GB
   # 1 min
   idle_in_transaction_session_timeout=60000
+
+  # Disable sequential scans
+  # enable_seqscan=off
   " > /etc/postgresql/${POSTGRES_VERSION}/main/exchange.conf
 
   if ! grep -q "include = 'exchange.conf'" \

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