Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: Hiroshi Inoue <Inoue@tpf.co.jp>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Developers List <hackers@postgreSQL.org>
Date: 1999-12-01T09:59:58Z
Lists: pgsql-hackers
Hiroshi Inoue wrote:
> 
> > I propose here that we stop the release of lock before end of transaction.
> > I have been suffering from the early release of lock.
> >
> > Comments ?
> 
> If there's no objection,I would change UnlockRelation() to not release
> the specified lock except AccessShareLock.

Why don't remove this call from improper places?
I would try to find all calls and understand why
they made...

Vadim