Re: [HACKERS] SIGSEGV on CREATE FUNCTION with plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wayne Piekarski <wayne(at)senet(dot)com(dot)au>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] SIGSEGV on CREATE FUNCTION with plpgsql
Date: 1999-07-24 15:54:24
Message-ID: 1604.932831664@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Wayne Piekarski <wayne(at)senet(dot)com(dot)au> writes:
> So can someone give me some advice? Do you want me to provide a stack dump
> or something?

A stack trace might help --- I'm not sure why you are seeing this
problem if there are no functions approaching 4k of text.

> Right now I'm reluctant to play with my plpgsql functions because I'm
> scared its going to die and I wont be able to reload them back in.

You can play with them in a playpen installation... I wouldn't do that
sort of testing on a production installation either. A playpen is
always a good thing to have. Note you can put multiple playpens on
one machine --- all you need is a separate data directory and socket
number for each one.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 1999-07-24 16:10:25 RE: [HACKERS] Re: SSL patch
Previous Message Tom Lane 1999-07-24 15:37:21 Re: [HACKERS] RE: [INTERFACES] Re: SSL patch