Re: plperl "set-valued function" problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "sami jan" <sami(dot)jan(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, alvherre(at)commandprompt(dot)com
Subject: Re: plperl "set-valued function" problem
Date: 2007-04-10 21:42:46
Message-ID: 3867.1176241366@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"sami jan" <sami(dot)jan(at)gmail(dot)com> writes:
> I checked out the files from: pgsql/src/pl/plperl/sql/ and
> pgsql/src/pl/plperl/expected and compared the results

> I still found a difference in 2 functions :
> ERROR: error from Perl function: type "integer" does not exist at line 2.

Apparently you're trying to use test files meant for CVS HEAD with some
prior release of Postgres. You'd be better off looking at the CVS
histories and noting which version is latest on the branch you want.

> Is this due to a bug? I think this is related - a problem with typename aliases
> http://archives.postgresql.org/pgsql-bugs/2007-01/msg00111.php

Yup.

http://archives.postgresql.org/pgsql-committers/2007-01/msg00336.php

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Niederland 2007-04-10 22:39:23 ORDER BY with UNION
Previous Message Jonathan Vanasco 2007-04-10 20:52:38 Re: Versioning