RE: [GENERAL] backend running out of memory in v7.0

2000-05-12 Thread Gregory Krasnow
one more thing... what does this error mean? psql:tst3.sql:21: ERROR: plpgsql: cache lookup from pg_proc failed

RE: [GENERAL] backend running out of memory in v7.0

2000-05-12 Thread Gregory Krasnow
thanks.. I will try creating that function. :) - Greg -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 8:24 AM To: Gregory Krasnow Cc: Bruce Momjian; [EMAIL PROTECTED] Subject: Re: [GENERAL] backend running out of memory in v7.0 Gregory Krasnow

Re: [GENERAL] backend running out of memory in v7.0

2000-05-12 Thread Tom Lane
Gregory Krasnow <[EMAIL PROTECTED]> writes: > typical query produced from this product (I didn't write the piece that > creates the queries, and I know that the queries could definitely be > optimized): > SELECT cms_users.usr_id > FROM cms_usr_prof, cms_usr_incenvalue, cms_opt_in, cms_users, >

RE: [GENERAL] backend running out of memory in v7.0

2000-05-12 Thread Gregory Krasnow
ND (cms_users.usr_id= cms_opt_in.usr_id) AND usr_glob_sub=1 -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 6:21 PM To: Bruce Momjian Cc: Gregory Krasnow; [EMAIL PROTECTED] Subject: Re: [GENERAL] backend running out of memory in v7.0 Bruce Momjian <

Re: [GENERAL] backend running out of memory in v7.0

2000-05-12 Thread Jeffrey
LOTS of time looking over and over for infinite loops, Problems/Leaks in the scripts, etc. I found nothing. > From: "Gregory Krasnow" <[EMAIL PROTECTED]> > Date: Thu, 11 May 2000 17:58:21 -0700 > To: [EMAIL PROTECTED] > Subject: RE: [GENERAL] backend running out of me

Re: [GENERAL] backend running out of memory in v7.0

2000-05-11 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: >> stack size (kbytes) 8192 > > I bet this is the problem. Nah, 8 meg stack should be fine --- that's the same configuration I run. >> On Thu, 11 May 2000, Gregory Krasnow wrote: I know that there were some

RE: [GENERAL] backend running out of memory in v7.0

2000-05-11 Thread Gregory Krasnow
Original Message- > From: The Hermit Hacker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 11, 2000 4:32 PM > To: Gregory Krasnow > Cc: [EMAIL PROTECTED] > Subject: Re: [GENERAL] backend running out of memory in v7.0 > > > On Thu, 11 May 2000, Gregory Krasnow wrote:

RE: [GENERAL] backend running out of memory in v7.0

2000-05-11 Thread The Hermit Hacker
Hermit Hacker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 11, 2000 4:32 PM > To: Gregory Krasnow > Cc: [EMAIL PROTECTED] > Subject: Re: [GENERAL] backend running out of memory in v7.0 > > > On Thu, 11 May 2000, Gregory Krasnow wrote: > > > I know that there were so

Re: [GENERAL] backend running out of memory in v7.0

2000-05-11 Thread Bruce Momjian
unlimited > > thanks... I thought of that as well. > > - Greg > > -Original Message- > From: The Hermit Hacker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 11, 2000 4:32 PM > To: Gregory Krasnow > Cc: [EMAIL PROTECTED] > Subject: Re: [GENER

RE: [GENERAL] backend running out of memory in v7.0

2000-05-11 Thread Gregory Krasnow
: Gregory Krasnow Cc: [EMAIL PROTECTED] Subject: Re: [GENERAL] backend running out of memory in v7.0 On Thu, 11 May 2000, Gregory Krasnow wrote: > I know that there were some issues with many AND/OR joins in > PostgreSQL 6.5 which caused the backend process to run out of memory. > I

Re: [GENERAL] backend running out of memory in v7.0

2000-05-11 Thread The Hermit Hacker
On Thu, 11 May 2000, Gregory Krasnow wrote: > I know that there were some issues with many AND/OR joins in > PostgreSQL 6.5 which caused the backend process to run out of memory. > I am still having some similar issues in PostgreSQL 7.0. I was > wondering if there some recommended configuratio