Re: Strange behaviour of PL/Perl - Mailing list pgsql-general

From Tom Lane
Subject Re: Strange behaviour of PL/Perl
Date
Msg-id 19864.983082968@sss.pgh.pa.us
Whole thread Raw
In response to Strange behaviour of PL/Perl  ("Andrey Y. Mosienko" <feo@ttn.ru>)
List pgsql-general
"Andrey Y. Mosienko" <feo@ttn.ru> writes:
> I just included PL/Perl language in my database.
> Created function:
> CREATE FUNCTION and_with_mask(int2, int2) RETURNS int2 AS
> [ behaves strangely ]

What Postgres version is this, on what platform?

Does the function behave more reasonably if you declare the
inputs and result as int4?

            regards, tom lane

pgsql-general by date:

Previous
From: Bill Barnes
Date:
Subject: Re: Re: A How-To: PostgreSQL from Tcl via ODBC
Next
From: Richard Huxton
Date:
Subject: Re: Strange behaviour of PL/Perl