XML regression test failure

Lists: pgsql-hackers
From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: XML regression test failure
Date: 2007-02-14 21:09:05
Message-ID: 45D37A71.60104@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

sponge failed the XML regression test once today:

http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sponge&dt=2007-02-14%2007:30:02

If i read that correctly we could just add a simple "ORDER BY
table_name" to that query to get a more reliable result.

Stefan


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: XML regression test failure
Date: 2007-02-15 05:06:51
Message-ID: 16632.1171516011@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> sponge failed the XML regression test once today:
> http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sponge&dt=2007-02-14%2007:30:02
> If i read that correctly we could just add a simple "ORDER BY
> table_name" to that query to get a more reliable result.

Done.

regards, tom lane