aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-18 21:10:39 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-18 21:10:39 +0800
commit9c9d64d263d38db14a7d34afc3798f57599ebfda (patch)
treeb1e97921cedffeb42340b29699992a5d5bf8e49b /src/exchangedb/plugin_exchangedb_postgres.c
parent06319e6995bf8606306d03a4c05051cf90b143dd (diff)
downloadexchange-9c9d64d263d38db14a7d34afc3798f57599ebfda.tar.xz
disable auto_explain
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 652ff49ca..51dbea659 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -222,7 +222,7 @@
* slow down things a _lot_, but also provide extensive logging
* in the Postgres database logger for performance analysis.
*/
-#define AUTO_EXPLAIN 1
+#define AUTO_EXPLAIN 0
/**