RULE regression failure on freebsd/alpha - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject RULE regression failure on freebsd/alpha
Date
Msg-id 008001c21a7c$29c0e710$0200a8c0@SOL
Whole thread Raw
List pgsql-hackers
This is the problem:
 
*** ./expected/rules.out        Fri May  3 08:32:19 2002
--- ./results/rules.out Sun Jun 23 14:08:37 2002
***************
*** 1005,1012 ****
  SELECT * FROM shoe_ready WHERE total_avail >= 2;
    shoename  | sh_avail |  sl_name   | sl_avail | total_avail
  ------------+----------+------------+----------+-------------
-  sh1        |        2 | sl1        |        5 |           2
   sh3        |        4 | sl7        |        7 |           4
  (2 rows)
 
      CREATE TABLE shoelace_log (
--- 1005,1012 ----
  SELECT * FROM shoe_ready WHERE total_avail >= 2;
    shoename  | sh_avail |  sl_name   | sl_avail | total_avail
  ------------+----------+------------+----------+-------------
   sh3        |        4 | sl7        |        7 |           4
+  sh1        |        2 | sl1        |        5 |           2
  (2 rows)
 
      CREATE TABLE shoelace_log (
 
======================================================================

pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Suggestions for implementing IS DISTINCT FROM?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Code questions