[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -support Florian DB API
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -support Florian DB API |
Date: |
Tue, 20 Jul 2021 20:32:39 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 8f1ef779 -support Florian DB API
8f1ef779 is described below
commit 8f1ef7791228839eae985925d2b864a6f7cdb8af
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 20 20:32:35 2021 +0200
-support Florian DB API
---
src/backenddb/plugin_merchantdb_postgres.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c
b/src/backenddb/plugin_merchantdb_postgres.c
index 3446cee7..2327b16c 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -6327,8 +6327,6 @@ postgres_connect (void *cls)
" auth_hash"
",auth_salt"
" FROM merchant_instances"
- /* only use 'active' instances */
- " JOIN merchant_keys USING (merchant_id)"
" WHERE merchant_id=$1",
1),
/* for postgres_lookup_instances() */
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.