Re: Regression failure in PL/Tcl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regression failure in PL/Tcl
Date: 2007-03-22 16:56:12
Message-ID: 12505.1174582572@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> I'm seeing the following regression failure in PL/Tcl. It seems to be
> just an ordering issue, and the order in which a trigger is fired.

Works on my x86_64 box. Are you running the test in C locale (because
it looks a bit like a sort-ordering issue)?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-03-22 16:59:47 Re: Regression failure in PL/Tcl
Previous Message Tom Lane 2007-03-22 16:47:35 Re: Bug in CREATE/DROP TABLESPACE command