anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 93feddd58ab9fb57fca3ca5c7db127796e3d1ef9
parent 1b9fb35fb4f9b5a34c484b6c923212bcd6c67426
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  6 Sep 2023 21:27:30 +0200

remove locking, we'll revert to sequential use as locking requires superuser

Diffstat:
Msrc/stasis/versioning.sql | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git 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.