Re: Bug #806: create function failing... ERROR: stat failed

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <unixprgrmr(at)aol(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #806: create function failing... ERROR: stat failed
Date: 2002-10-28 23:47:28
Message-ID: 20021028154616.G84763-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, 28 Oct 2002 pgsql-bugs(at)postgresql(dot)org wrote:

> Lynn Tilby (unixprgrmr(at)aol(dot)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'?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Hogle 2002-10-29 01:58:48 PAM Authentication Bug
Previous Message pgsql-bugs 2002-10-28 23:44:09 Bug #806: create function failing... ERROR: stat failed on file '