From: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | RULE regression failure on freebsd/alpha |
Date: | 2002-06-23 06:06:48 |
Message-ID: | 008001c21a7c$29c0e710$0200a8c0@SOL |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 (
======================================================================
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2002-06-23 08:27:04 | Code questions |
Previous Message | Christopher Kings-Lynne | 2002-06-23 05:23:59 | Re: pg_dump and ALTER TABLE / ADD FOREIGN KEY |