regression failure: random - Mailing list pgsql-bugs

From Jason Schroeder
Subject regression failure: random
Date
Msg-id 15E6537E180CC545848148F30F6688D80DB3D4@navajo.astanetworks.com
Whole thread Raw
List pgsql-bugs
Version: cvs checkout -r REL7_1_BETA3 pgsql
Platform: RedHat 6.2

Running the regression test:
./pg_regress --schedule=/path/src/test/regress/parallel_schedule
--port=65432 --multibyte= numeric_big

I encountered the following regression error.  Rerunning the regression went
fine.  Given this is testing randomness, I can offer no other useful
information.  I do not understand the test so I am effectively "a dumb
user".

*** ./expected/random.out       Wed Jan 10 01:05:43 2001
--- ./results/random.out        Wed Jan 17 15:35:38 2001
***************
*** 31,35 ****
    WHERE random NOT BETWEEN 80 AND 120;
   random
  --------
! (0 rows)

--- 31,36 ----
    WHERE random NOT BETWEEN 80 AND 120;
   random
  --------
!     124
! (1 row)


======================================================================

pgsql-bugs by date:

Previous
From: Jason Schroeder
Date:
Subject: pgsql-loophole-request@postgresql.org does not exist
Next
From: Tom Lane
Date:
Subject: Re: Re: Bug in date_part()