commit 3393222d1b70c2647583ad0514a3c9e76e92eb06
parent f17a28e88466738bf0db120cdb017b4952ed0956
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 6 Sep 2023 21:27:15 +0200
remove locking, we'll revert to sequential use as locking requires superuser
Diffstat:
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/auditordb/versioning.sql b/src/auditordb/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.
diff --git a/src/exchangedb/versioning.sql b/src/exchangedb/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.