Vadim Mikheev wrote:
> 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...
>
I think UnlockRelation() is unnecessary
Oracle doesn't have
>
> Vadim