Re: Union test case broken in make check?
Emmanuel Cecchet <manu@asterdata.com>
From: Emmanuel Cecchet <manu@asterdata.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Emmanuel Cecchet <Emmanuel.Cecchet@asterdata.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2009-11-20T00:54:30Z
Lists: pgsql-hackers
Attachments
- regression.diffs (text/plain)
Tom Lane wrote: > Andrew Dunstan <andrew@dunslane.net> writes: > >> Emmanuel Cecchet wrote: >> >>> Is it just me or the union test case fails in CVS head? >>> > > >> The buildfarm is pretty much all green: >> <http://www.pgbuildfarm.org/cgi-bin/show_status.pl> >> So it looks like it's you :-) >> > > When in doubt, try "make distclean" and a full rebuild before assuming > you've got a problem worth tracking down ... > Well, I did: 1. make distclean 2. configure with CFLAGS=-O0 --enable-cassert --enable-debug --without-perl --without-python --without-tcl --without-openssl 3. make (everything normal) 4. make check And it still fails for me. I am attaching my regression.diffs if someone thinks it is worth tracking down ... Emmanuel