diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-23 00:01:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-23 00:01:09 +0200 |
commit | 51dceb0ed3febf68d80faf0a5ddab6e75b60892d (patch) | |
tree | fb6b9f26175dfc050e7d9d9ce11c516f85d12583 /src/backenddb/plugin_merchantdb_postgres.c | |
parent | 5335c44f98fb17d5349850219ddd3d3d6695caaa (diff) |
-update to match latest exchange APIs
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |