commit 105256d62189fdbbbbc2e8026edcdb225afbe534
parent 7ccac24e29bd825ac2e0e721226ccabde6d947cc
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 6 Sep 2023 21:28:51 +0200
remove locking, we'll revert to sequential use as locking requires superuser
Diffstat:
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/database-versioning/new/versioning.sql b/database-versioning/new/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/database-versioning/versioning.sql b/database-versioning/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.