On Tue, Jan 22, 2008 at 11:52:08AM +0000, cinu wrote: > Even though these errors are existing, at the end the > latest version is getting downloaded and when I do a > regression testing it goes through. Can anyone give me Regression tests have to test error handling too, so some errors might exactly be what you should see. > ERROR: duplicate key value violates unique constraint > "test_pkey" > STATEMENT: insert into test ( i , j ) values ( 7 , > 12 ) > ERROR: more than one row returned by a subquery used > as an expression > STATEMENT: select i from test where j = ( select j > from test ) > LOG: unexpected EOF on client connection > ERROR: relation "nonexistant" does not exist > STATEMENT: select * from nonexistant These errors are supposed to be there. Comments in the code even tell you why. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@xxxxxxxxxx Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL! ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster