CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend
Date: 2001-08-11 19:16:11
Message-ID: 200108111916.f7BJGBR73374@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tim Landscheidt (tim(dot)landscheidt(at)gmx(dot)de) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend

Long Description
Using "PostgreSQL 7.0.3 on i686-pc-linux-gnu, compiled by gcc 2.96" on Red Hat 7.1 (postgresql-server-7.0.3-8.i386.rpm), an empty function definition crashes the backend. Obviously, defining empty functions is a quite obscure passion in the first place, but PostgreSQL could be a little more polite telling that.

Sample Code
> CREATE FUNCTION blah_blah (INT) RETURNS INT AS '' LANGUAGE 'sql';
< pqReadData() -- backend closed the channel unexpectedly.
< This probably means the backend terminated abnormally
< before or while processing the request.
< The connection to the server was lost. Attempting reset: Failed.

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-08-11 21:40:14 Re: CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend
Previous Message Tom Lane 2001-08-11 00:12:08 Re: create view bug