sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit f294b27630de8e4621e049907b94d52ab2b3eb79
parent 2dc62e1dd190ff5080fb0782d69e828ff6f1674d
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  6 Sep 2023 21:27:21 +0200

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

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

diff --git a/src/syncdb/versioning.sql b/src/syncdb/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.