Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3

2007-04-18 Thread Gary Winslow
pgsql-general@postgresql.org Subject: Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3 I need to extract the necessary database components to repro the problem and find out how much data it will require. I will need some time to prepare that for sending. I should be able to pr

Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3

2007-04-10 Thread Gary Winslow
EMAIL PROTECTED] On Behalf Of Tom Lane Sent: Monday, April 09, 2007 4:48 PM To: Gary Winslow Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3 "Gary Winslow" <[EMAIL PROTECTED]> writes: > I would be happy to provide a "

Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3

2007-04-09 Thread Tom Lane
"Gary Winslow" <[EMAIL PROTECTED]> writes: > I would be happy to provide a "self-contained" test case. I would have > to send to you a pg_dump of it which would be rather large to send via > email. Some of the code includes confidential business specific calc > rules that I cannot release to the

Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3

2007-04-09 Thread Gary Winslow
Tom Lane, I would be happy to provide a "self-contained" test case. I would have to send to you a pg_dump of it which would be rather large to send via email. Some of the code includes confidential business specific calc rules that I cannot release to the general public. How can I pr

Re: [GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3

2007-03-29 Thread Tom Lane
"Gary Winslow" <[EMAIL PROTECTED]> writes: > Has anyone experienced any problems with the Postgres 8.2.x database > crashing when running PLPGSQL functions? Show us the function please --- a self-contained test case would be best. > This problem seems to be exactly the same symptoms as a bug I re

[GENERAL] Postgres Crash Running PLPGSQL Function on 8.2.3

2007-03-29 Thread Gary Winslow
Has anyone experienced any problems with the Postgres 8.2.x database crashing when running PLPGSQL functions? When I try to run my plpgsql function it causes Postgres to restart unexpectedly. The code was working with prior versions of Postgres, now it seems to be crashing the postmaster. H