aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index a259c7a0b..1d05fb499 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -7483,7 +7483,8 @@ postgres_gc (void *cls)
7483 recoup and reserves_out tables to known_coins; these 7483 recoup and reserves_out tables to known_coins; these
7484 are NOT using 'ON DROP CASCADE' and might keep denomination 7484 are NOT using 'ON DROP CASCADE' and might keep denomination
7485 keys alive for a bit longer, thus causing this statement 7485 keys alive for a bit longer, thus causing this statement
7486 to fail. */(void) GNUNET_PQ_eval_prepared_non_select (conn, 7486 to fail. */
7487 (void) GNUNET_PQ_eval_prepared_non_select (conn,
7487 "gc_denominations", 7488 "gc_denominations",
7488 params_time); 7489 params_time);
7489 GNUNET_PQ_disconnect (conn); 7490 GNUNET_PQ_disconnect (conn);