From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Buildfarm failure - pl/tcl on snake |
Date: | 2005-07-22 14:56:24 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC948E@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
CVS HEAD is consistently failing on snake in pl/tcl, whilst
REL8_0_STABLE is passing just fine.
select * from T_pkey1 order by key1 using @<, key2;
key1 | key2 | txt
------+----------------------+------------------------------------------
- 1 | KEY1-3 | should work
1 | key1-1 | test key
1 | key1-2 | test key
1 | key1-3 | test key
2 | key2-3 | test key
2 | key2-9 | test key
(6 rows)
--- 166,175 ----
select * from T_pkey1 order by key1 using @<, key2;
key1 | key2 | txt
------+----------------------+------------------------------------------
1 | key1-1 | test key
1 | key1-2 | test key
1 | key1-3 | test key
+ 1 | KEY1-3 | should work
2 | key2-3 | test key
2 | key2-9 | test key
(6 rows)
Loris, the only other Win32 box with TCL, is green. Does anyone know
what might be causing this?
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | Germán Poó Caamaño | 2005-07-22 14:59:53 | Re: Constraint Exclusion on all tables |
Previous Message | Sam Mason | 2005-07-22 14:51:22 | Re: Planner doesn't look at LIMIT? |