
2 Nov
2011
2 Nov
'11
10:18 a.m.
On Wednesday 02 November 2011 09:47:22 you wrote: Hi Michiel,
No, it's now a known bug. When exactly did this happen? Were you creating a new queue? Are you using PostgreSQL as the database?
This happens on applying "Change Queue Relations for Response foo". It's the postgres error message that i sent. I found out, that there are 2 issues that might be responsible for this behavior. - The @IDs Elements are not uniq but 35 times repeated. - There's is an unecessary loop, that repetedly deletes and inserts the same values. Both are responsible for massive loops in AdminQueueResponses.pm The attached patch is a quick hack to fix these Problems. Regards, Jens