aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 21:29:55 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 21:29:55 +0200
commit5d24900f8bccd02ada1808bed373d5ac832f825d (patch)
tree6ce34a135c96a1c0b32947ce661021136646ff46 /src/backenddb
parent5e2b19c64e2e8a3b84d82f1cf5c3c088e01b5c0c (diff)
-do not allow scope upgrades when refreshing
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/versioning.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backenddb/versioning.sql b/src/backenddb/versioning.sql
index c7fa8121..444cf95e 100644
--- a/src/backenddb/versioning.sql
+++ b/src/backenddb/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.