| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Daniel Kalchev <daniel(at)digsys(dot)bg> |
| Cc: | pgsql-hackers(at)hub(dot)org |
| Subject: | Re: [HACKERS] memory problem again |
| Date: | 1999-12-07 01:53:26 |
| Message-ID: | 20747.944531606@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Daniel Kalchev <daniel(at)digsys(dot)bg> writes:
> I have this problem with PostgreSQL 6.5.2:
> logs=> select distinct confid
> logs-> from timelog199910
> logs-> where
> logs-> confid IS NOT NULL;
> pqReadData() -- backend closed the channel unexpectedly.
> The logged message in stderr (of postmaster) is
> FATAL 1: Memory exhausted in AllocSetAlloc()
Odd. I can't replicate this here. (I'm using 6.5.3, but I doubt that
matters.) There must be some factor involved that you haven't told us.
You don't have any triggers or rules on the table, do you?
Has anyone else seen anything like this?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | The Hermit Hacker | 1999-12-07 01:57:39 | Re: [HACKERS] When is 7.0 going Beta? |
| Previous Message | Tatsuo Ishii | 1999-12-07 01:29:41 | Re: [HACKERS] Multibyte in autoconf |