GH <grasshacker(at)over-yonder(dot)net> writes:
> Is there some way to release the "bad" lock?
Kill the client holding it.
In a persistent-connection environment, you'd have to ensure that any
connection that client had open was closed, not just recycled to the
free pool. Hmm, another thing I bet PHP doesn't do ...
regards, tom lane