summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-20 20:32:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-20 20:32:35 +0200
commit8f1ef7791228839eae985925d2b864a6f7cdb8af (patch)
tree8040bde7b18b4290bd768cb75c5112f50f2360d7
parent6de96269d59c66dbede9177f4e65f8d2cc828f2d (diff)
downloadmerchant-8f1ef7791228839eae985925d2b864a6f7cdb8af.tar.gz
merchant-8f1ef7791228839eae985925d2b864a6f7cdb8af.tar.bz2
merchant-8f1ef7791228839eae985925d2b864a6f7cdb8af.zip
-support Florian DB API
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 0 insertions, 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() */