[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: remove locking, we'll revert to
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: remove locking, we'll revert to sequential use as locking requires superuser |
Date: |
Wed, 06 Sep 2023 21:27:33 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 93feddd remove locking, we'll revert to sequential use as locking
requires superuser
93feddd is described below
commit 93feddd58ab9fb57fca3ca5c7db127796e3d1ef9
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Sep 6 21:27:30 2023 +0200
remove locking, we'll revert to sequential use as locking requires superuser
---
src/stasis/versioning.sql | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/stasis/versioning.sql b/src/stasis/versioning.sql
index c7fa812..444cf95 100644
--- a/src/stasis/versioning.sql
+++ b/src/stasis/versioning.sql
@@ -146,10 +146,6 @@
BEGIN;
--- Added by Christian Grothoff to support concurrency, see
---
https://stackoverflow.com/questions/29900845/create-schema-if-not-exists-raises-duplicate-key-error?rq=4
-LOCK TABLE pg_catalog.pg_namespace;
-
-- This file adds versioning support to database it will be loaded to.
-- It requires that PL/pgSQL is already loaded - will raise exception
otherwise.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: remove locking, we'll revert to sequential use as locking requires superuser,
gnunet <=