SIGSEGV on CREATE FUNCTION with plpgsql

From: Wayne Piekarski <wayne(at)senet(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SIGSEGV on CREATE FUNCTION with plpgsql
Date: 1999-07-24 04:08:58
Message-ID: 199907240408.NAA13594@helpdesk.senet.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I sent a bug report in a week ago about problems with pg_proc and getting
SIGSEGV when trying to create largish functions.

[please see my previous posting for details]
I'm not sure what to do here, I tried dropping the pg_proc_prosrc_index
and it died, and so I have to leave it hanging around.

Also, my functions are all quite small, (less than 2k) except for two of
them, which are just over 2k, but nowhere near 4k in size which would
cause the btree index to die as someone mentioned.

So can someone give me some advice? Do you want me to provide a stack dump
or something?

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.

In order to get my pg_dump to reload I had to do a few hacks, like
creating some functions before reloading the backup to cause them to get
loaded in a different order. pg_proc can also be corrupted with BTP_CHAIN
and things as a result of this problem as well.

ciao,
Wayne

------------------------------------------------------------------------------
Wayne Piekarski Tel: (08) 8221 5221
Research & Development Manager Fax: (08) 8221 5220
SE Network Access Pty Ltd Mob: 0407 395 889
222 Grote Street Email: wayne(at)senet(dot)com(dot)au
Adelaide SA 5000 WWW: http://www.senet.com.au

Browse pgsql-hackers by date

  From Date Subject
Next Message Donny Ryan Chong 1999-07-24 08:47:08 Please help re backend message type 0x50
Previous Message Wayne Piekarski 1999-07-24 03:52:05 Postgres 6.5 Is Fantastic!