diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-30 00:44:38 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-30 00:44:38 +0200 |
commit | f0db6d55d72d7985e5a8b1e5c4a874a415a1234f (patch) | |
tree | 0968563b6753b50d0500e70ad6292f70396f0726 /src/exchangedb | |
parent | dd20aa14ea8d2a4fc4893a747156b84a7bd5ae63 (diff) |
[pq] use GNUNET_PQ_get_oid_by_name consistently
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 4f8959ff1..503a699d3 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -779,12 +779,6 @@ libtaler_plugin_exchangedb_postgres_init (void *cls) plugin->batch_ensure_coin_known = &TEH_PG_batch_ensure_coin_known; - if (GNUNET_OK != TALER_PQ_load_oids_for_composite_types (pg->conn)) - { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Failed to load OIDs for composite types\n"); - } - return plugin; } |