Re: new "row-level lock" error messages - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: new "row-level lock" error messages
Date
Msg-id 20130801153221.GE14652@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: new "row-level lock" error messages  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas escribió:

> The fact that there are no tests of this functionality is probably not
> a good thing.  We should add some.

No disagreement.

> At the moment, the following test
> case crashes, and it looks like this commit is responsible:
> 
> create table test_update2 (id integer);
> DECLARE test_update_cursor CURSOR FOR SELECT id, MIN(id) FROM
> test_update2 GROUP By id HAVING MIN(id) < 1 FOR UPDATE;

Grr.  Thanks.  Will fix.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: new "row-level lock" error messages
Next
From: Robert Haas
Date:
Subject: Re: improve Chinese locale performance