aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_commit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-21 17:39:11 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-21 17:45:08 +0200
commitdc6d8b08ec4a58f5d0cf88517559afc7d7305d68 (patch)
tree08bc211bbbc47a9bcc77f577874fdce07c00be99 /src/exchangedb/pg_commit.c
parentca32c9ce98ddfda91935c7b5bcc8bfb604ff7868 (diff)
downloadexchange-dc6d8b08ec4a58f5d0cf88517559afc7d7305d68.tar.xz
fix auditordb test and nested transaction use by auditors
Diffstat (limited to 'src/exchangedb/pg_commit.c')
-rw-r--r--src/exchangedb/pg_commit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/pg_commit.c b/src/exchangedb/pg_commit.c
index 8c4f87c90..66adfd79b 100644
--- a/src/exchangedb/pg_commit.c
+++ b/src/exchangedb/pg_commit.c
@@ -45,7 +45,6 @@ TEH_PG_commit (void *cls)
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Committing transaction `%s'\n",
pg->transaction_name);
- /* used in #postgres_commit */
PREPARE (pg,
"do_commit",
"COMMIT");