Re: [GENERAL] "LockRelease: locktable lookup failed, no lock"

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] "LockRelease: locktable lookup failed, no lock"
Date: 2000-02-29 21:52:34
Message-ID: 002601bf82ff$49b281d0$85755ad1@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'm getting "LockRelease: locktable lookup failed, no lock" trying to
> insert a row into a database.

Well, I think I tracked down the problem - an index on a "text" field.
Once I removed the index, everything works well. The odd thing is that not
*all* inserts would cause the error. I suppose I ought to dig into the
docs when I get a few spare minutes...

steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sandro Dentella 2000-02-29 22:55:23 Re: CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP
Previous Message Steve Wolfe 2000-02-29 19:20:09 "LockRelease: locktable lookup failed, no lock"