Re: Syntax error in plpgsql crashes backend

From: dman <dman(at)dman(dot)ddts(dot)net>
To: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Syntax error in plpgsql crashes backend
Date: 2002-05-04 18:35:36
Message-ID: 20020504183536.GA2638@dman.ddts.net
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

Considering that you said postgres was built with gcc 2.96 I really
wouldn't be surprised.

http://gcc.gnu.org/gcc-2.96.html

Try using a real compiler and see if the problem still exists :-).

-D

--

Pleasant words are a honeycomb,
sweet to the soul and healing to the bones.
Proverbs 16:24

GnuPG key : http://dman.ddts.net/~dman/public_key.gpg

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joseph Barillari 2002-05-04 18:44:21 Re: Syntax error in plpgsql crashes backend
Previous Message Joseph Barillari 2002-05-04 18:19:35 Re: Syntax error in plpgsql crashes backend