Re: [HACKERS] [BUGS] BUG #5412: test case produced, possible race condition.

2010-04-14 Thread Rusty Conover
On Apr 14, 2010, at 3:30 PM, Tom Lane wrote: > Rusty Conover writes: >> On Apr 14, 2010, at 2:31 PM, Tom Lane wrote: >>> There is another slightly odd thing here, which is that the stack trace >>> Rusty provided clearly shows the crash occurring during process

Re: [HACKERS] [BUGS] BUG #5412: test case produced, possible race condition.

2010-04-14 Thread Rusty Conover
the smallest thing I could write to reproduce the problem consistently on my machine, but I couldn't reproduce it consistently on other machines and architectures. I'm glad Heikki was able to also see the crash on his hardware. I can take Heikki's patch back out a

[HACKERS] Expanding DELETE/UPDATE returning

2007-02-26 Thread Rusty Conover
count(*) from (delete from search_requests using t1 where t1.id = search_requests.id returning t1.id, t1.location_id) as foo group by foo.id; Thanks, Rusty -- Rusty Conover InfoGears Inc. Web: http://www.infogears.com