challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit ce70a369c4bb6fe77bcdf4581d707744693787fd
parent 986072be515341085a43dfd045c61be41408aa82
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  6 Sep 2023 21:28:07 +0200

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

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

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