Thread
-
Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions
Vadim Mikheev <vadim@krs.ru> — 1999-12-01T09:59:58Z
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