Re: Bug #806: create function failing... ERROR: stat failed - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Bug #806: create function failing... ERROR: stat failed
Date
Msg-id 20021028154616.G84763-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Bug #806: create function failing... ERROR: stat failed on file '  (pgsql-bugs@postgresql.org)
List pgsql-bugs
On Mon, 28 Oct 2002 pgsql-bugs@postgresql.org wrote:

> Lynn Tilby (unixprgrmr@aol.com) reports a bug with a severity of 1
> The lower the number the more severe it is.
>
> Short Description
> create function failing... ERROR:  stat failed on file '
>
> Long Description
> DEBUG:  ProcessUtility: create function dys_btwn_dates ( date  , date  ) returns int  as '
>    BEGIN
>      RETURN $1 - $2;
>    END;
>   ' language 'c'
> ERROR:  stat failed on file '
>    BEGIN
>      RETURN $1 - $2;
>    END;
>   ': No such file or directory

Errm, did you really mean language 'c'?

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #806: create function failing... ERROR: stat failed on file '
Next
From: Josh Hogle
Date:
Subject: PAM Authentication Bug