[ cc to hackers] It certainly looks closer, particularly because the failure is s simple domain constraint failure and not a more internal error.
Have you tried moving ahead a few days to see if the bug was fixed in CVS? --------------------------------------------------------------------------- Robert Creager wrote: -- Start of PGP signed section. > > Hey Bruce, > > I can get version 2003-02-01 to only fail one test, and sporadically at > that (2 out of 50 runs): > > *** ./expected/domain.out Sat Jul 26 12:24:18 2003 > --- ./results/domain.out Sat Jul 26 12:56:01 2003 > *************** > *** 263,269 **** > insert into domcontest values (5); > alter domain con drop constraint t; > insert into domcontest values (-5); --fails > ! ERROR: ExecEvalConstraintTest: Domain con constraint $1 failed > insert into domcontest values (42); > -- cleanup > drop domain ddef1 restrict; > --- 263,269 ---- > insert into domcontest values (5); > alter domain con drop constraint t; > insert into domcontest values (-5); --fails > ! ERROR: ExecEvalConstraintTest: Domain con constraint failed > insert into domcontest values (42); > -- cleanup > drop domain ddef1 restrict; > > ====================================================================== > > -- > 13:04:42 up 8 days, 17:05, 2 users, load average: 1.84, 1.24, 1.34 -- End of PGP section, PGP failed! -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html