X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id F209F329E4E for ; Mon, 13 Sep 2004 20:36:28 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 13574-04 for ; Mon, 13 Sep 2004 19:36:23 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 37F3A329E7B for ; Mon, 13 Sep 2004 20:36:22 +0100 (BST) Received: (qmail 16489 invoked by uid 65534); 13 Sep 2004 19:36:21 -0000 Received: from dsl-082-082-235-247.arcor-ip.net (EHLO colt.pezone.net) (82.82.235.247) by mail.gmx.net (mp020) with SMTP; 13 Sep 2004 21:36:21 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: "Merlin Moncure" , Subject: Re: pg_locks view and user locks Date: Mon, 13 Sep 2004 21:36:19 +0200 User-Agent: KMail/1.5.1 References: <6EE64EF3AB31D5448D0007DD34EEB3412A74A8@Herge.rcsinc.local> In-Reply-To: <6EE64EF3AB31D5448D0007DD34EEB3412A74A8@Herge.rcsinc.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409132136.20025.peter_e@gmx.net> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200409/357 X-Sequence-Number: 58923 Merlin Moncure wrote: > Second, > Is there a reason why user level locks are completely undocumented? > AFAICT, There is no mention of them in anywhere in the docs, > particularly 12.4, which describes methods for application managed > concurrency. The availability of cooperative long term locks is > (IMO) a really nice feature, particularly for people porting legacy > applications which depend on explicit locking (there is some good > info in the user lock module which is unfortunately under the GPL). That's the whole problem. I don't think anyone objects to the user lock principle, but as long as it's GPL, we won't support it. It was probably a mistake to accept this module in the first place. I believe some people have been trying to get the module relicensed, but that evidently never happened. -- Peter Eisentraut http://developer.postgresql.org/~petere/