Re: Syntax error in plpgsql crashes backend

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Joseph Barillari <jbarilla(at)princeton(dot)edu>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Syntax error in plpgsql crashes backend
Date: 2002-05-04 23:26:20
Message-ID: 20020504232620.GB12969@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sat, May 04, 2002 at 02:19:35PM -0400, Joseph Barillari wrote:
> More fun with the backend: I've found that I can incite a crash by
> reloading a long, but syntactically correct function twice. Is this a
> problem with my installation? --Joe

<snip>

I created Joseph's function here and the my backend also crashes.

foobar=# select version();
version
---------------------------------------------------------------
PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.95.4

-Roberto

--
+----| http://fslc.usu.edu/ USU Free Software & GNU/Linux Club |------+
Roberto Mello - Computer Science, USU - http://www.brasileiro.net/
http://www.sdl.usu.edu/ - Space Dynamics Lab, Developer
Homework time limit exceeded. Auto logon in effect!

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message sharmad 2002-05-04 23:31:02 INserting images in postgres
Previous Message Joseph Barillari 2002-05-04 20:57:54 More long-string woes