> > Added to TODO: > > * Add SET parameter to timeout if waiting for lock too long > > I repeat my strong objection to any global (ie, affecting all locks) > timeout. Such a "feature" will have unpleasant consequences. But LOCK TABLE T IN ROW EXCLUSIVE MODE WITH TIMEOUT X will not give required results not only due to parser/planner locks - what if UPDATE T will have to wait for other transactions commit/abort (same row update)? Lock on pseudo-table is acquired in this case... Vadim ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl
- AW: [HACKERS] timeout on lock feature Zeugswetter Andreas SB
- Re: AW: [HACKERS] timeout on lock feature Bruce Momjian
- Re: AW: [HACKERS] timeout on lock feature Tom Lane
- [HACKERS] Re: AW: timeout on lock feat... Henryk Szal
- Re: AW: [HACKERS] timeout on lock feature Tom Lane
- RE: AW: [HACKERS] timeout on lock feature Michael Ansley
- AW: [HACKERS] timeout on lock feature Mikheev, Vadim
- AW: [HACKERS] timeout on lock feature Zeugswetter Andreas SB
- Re: AW: [HACKERS] timeout on lock feature Tom Lane
- Re: [HACKERS] timeout on lock feature Nathan Myers
- Re: [HACKERS] timeout on lock featurey Bruce Momjian
- Re: [HACKERS] timeout on lock feat... Nathan Myers
- Re: [HACKERS] timeout on lock... Bruce Momjian
- Re: [HACKERS] timeout on ... Nathan Myers
- RE: AW: [HACKERS] timeout on lock feature Mikheev, Vadim
- Re: AW: [HACKERS] timeout on lock feature Bruce Momjian
- RE: AW: [HACKERS] timeout on lock feature Mikheev, Vadim