From da0a2f39d0ae59036e9bb08f7ae9ef02cfacc3c9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 02:24:14 +0100 Subject: GNUnet PQ API change --- src/exchangedb/plugin_exchangedb_postgres.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 73db049eb..47ac8e7bf 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -172,6 +172,7 @@ postgres_drop_tables (void *cls) struct GNUNET_PQ_Context *conn; conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, es, NULL); if (NULL == conn) @@ -494,7 +495,6 @@ postgres_create_tables (void *cls) ",buf BYTEA NOT NULL" ");"), - /* Index for wire_prepare_data_get and gc_prewire statement */ GNUNET_PQ_make_try_execute ("CREATE INDEX prepare_iteration_index " "ON prewire(finished);"), @@ -503,6 +503,7 @@ postgres_create_tables (void *cls) struct GNUNET_PQ_Context *conn; conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, es, NULL); if (NULL == conn) @@ -1677,6 +1678,7 @@ postgres_get_session (void *cls) }; db_conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, es, ps); } @@ -5641,6 +5643,7 @@ postgres_gc (void *cls) }; conn = GNUNET_PQ_connect (pg->connection_cfg_str, + NULL, NULL, ps); } -- cgit v1.2.3