commit 8f1ef7791228839eae985925d2b864a6f7cdb8af parent 6de96269d59c66dbede9177f4e65f8d2cc828f2d Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 20 Jul 2021 20:32:35 +0200 -support Florian DB API Diffstat:
| M | src/backenddb/plugin_merchantdb_postgres.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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() */