diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-12-18 21:10:39 +0800 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-18 21:10:39 +0800 |
commit | 9c9d64d263d38db14a7d34afc3798f57599ebfda (patch) | |
tree | b1e97921cedffeb42340b29699992a5d5bf8e49b /src/exchangedb | |
parent | 06319e6995bf8606306d03a4c05051cf90b143dd (diff) |
disable auto_explain
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
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 /** |