Re: core dump

From: "Scott Marlowe" <smarlowe(at)qwest(dot)net>
To: "John Liu" <johnl(at)emrx(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: core dump
Date: 2004-06-07 22:31:09
Message-ID: 1086647469.27200.21.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2004-06-07 at 15:57, John Liu wrote:
> We upgraded from 7.2 to 7.4, it looks like everything working, but
> when I issue a query such as select * from tab (tab has about 2-3
> million records), it causes core dump. I tuned some the parameters, it
> still produce the core.

How odd. Anything else cause it to dump quickly?

Does it core if you just run explain select ... (note the lack of an
analyze there, as we don't want anything but the planner to run.)

Does selecting from another large table cause the same problem, or is
this a one table thing?

In response to

  • core dump at 2004-06-07 21:57:01 from John Liu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2004-06-07 22:34:58 Re: core dump
Previous Message Scott Marlowe 2004-06-07 22:28:35 Re: generic insert into table