Regression failure in PL/Tcl

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Regression failure in PL/Tcl
Date: 2007-03-22 16:15:06
Message-ID: 20070322161506.GM4102@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

This is a pristine, freshly updated copy of CVS head as of right now.

I'm not sure why the buildfarm is not having this problem.

alvherre=# select version();
version
------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 8.3devel on x86_64-unknown-linux-gnu, compiled by GCC gcc-4.1 (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
(1 fila)

alvherre=# \q
$ uname -a
Linux perhan 2.6.18-3-amd64 #1 SMP Mon Dec 4 17:04:37 CET 2006 x86_64 GNU/Linux

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Attachment Content-Type Size
regression.diffs text/plain 3.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jorge Godoy 2007-03-22 16:18:12 Re: "Relation not found" error but table exits.
Previous Message Joshua D. Drake 2007-03-22 15:57:12 Re: Hi, i want to contribute...