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
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 "
"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
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
"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
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