Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions
Date
Msg-id 3844F19E.2A14BF1C@krs.ru
Whole thread Raw
In response to RE: [HACKERS] Re: [GENERAL] drop/rename table and transactions  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List 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


pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] Re: [GENERAL] drop/rename table and transactions
Next
From: Hiroshi Inoue
Date:
Subject: Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions