From 51dceb0ed3febf68d80faf0a5ddab6e75b60892d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Aug 2021 00:01:09 +0200 Subject: -update to match latest exchange APIs --- src/backenddb/plugin_merchantdb_postgres.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/backenddb/plugin_merchantdb_postgres.c') diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 5492785f..5cf38d9b 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -8955,7 +8955,6 @@ postgres_connect (void *cls) ps); if (NULL == pg->conn) return GNUNET_SYSERR; - GNUNET_PQ_event_scheduler_start (pg->conn); return GNUNET_OK; } @@ -9103,7 +9102,6 @@ libtaler_plugin_merchantdb_postgres_done (void *cls) if (NULL != pg->conn) { - GNUNET_PQ_event_scheduler_stop (pg->conn); GNUNET_PQ_disconnect (pg->conn); pg->conn = NULL; } -- cgit v1.2.3