RULE regression failure on freebsd/alpha

Started by Christopher Kings-Lynneover 23 years ago1 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

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 (

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