[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix #6933
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix #6933 |
Date: |
Thu, 22 Jul 2021 15:47:27 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 23e08471 -fix #6933
23e08471 is described below
commit 23e084718897f948d9256b898fc3a2a6ff582341
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 22 15:47:24 2021 +0200
-fix #6933
---
src/exchangedb/plugin_exchangedb_postgres.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c
b/src/exchangedb/plugin_exchangedb_postgres.c
index 7a91a348..d0330d78 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -243,7 +243,8 @@ postgres_get_session (void *cls)
session = pthread_getspecific (pc->db_conn_threadlocal);
if (NULL != session)
{
- GNUNET_PQ_reconnect_if_down (session->conn);
+ if (NULL == session->transaction_name)
+ GNUNET_PQ_reconnect_if_down (session->conn);
return session;
}
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -fix #6933,
gnunet <=