From: | ohp(at)pyrenet(dot)fr |
---|---|
To: | pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Warthog failing |
Date: | 2006-08-13 14:14:14 |
Message-ID: | Pine.UW2.4.53.0608131611240.5023@sun.pyrenet |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi all,
Since last night, Warthog build farm member (unixware) is failing the
returning regression test.
Regression.diffs is :
*** ./expected/returning.out Sat Aug 12 04:52:06 2006
--- ./results/returning.out Sun Aug 13 14:51:07 2006
***************
*** 155,162 ****
WHERE foo.f1 = i.q1
RETURNING *;
f1 | f2 | f3 | f4 | q1 | q2
! -----+-------+------+------+-----+-----
! 123 | child | 1998 | 1098 | 123 | 456
(1 row)
SELECT * FROM foo;
--- 155,162 ----
WHERE foo.f1 = i.q1
RETURNING *;
f1 | f2 | f3 | f4 | q1 | q2
! -----+-------+------+------+-----+------------------
! 123 | child | 1998 | 1098 | 123 | 4567890123456789
(1 row)
SELECT * FROM foo;
***************
*** 177,184 ****
WHERE foo.f1 = i.q1
RETURNING *;
f1 | f2 | f3 | f4 | q1 | q2
! -----+-------+------+------+-----+-----
! 123 | child | 1998 | 1098 | 123 | 456
(1 row)
SELECT * FROM foo;
--- 177,184 ----
WHERE foo.f1 = i.q1
RETURNING *;
f1 | f2 | f3 | f4 | q1 | q2
! -----+-------+------+------+-----+------------------
! 123 | child | 1998 | 1098 | 123 | 4567890123456789
(1 row)
SELECT * FROM foo;
======================================================================
What can I do to help debugging this?
TIA
--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-08-13 15:38:09 | Re: Custom variable class segmentation fault |
Previous Message | Bruce Momjian | 2006-08-13 14:11:49 | Re: Updatable views |