Re: invalid memory alloc request size 1765277700 Error Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Naoko Reeves <naokoreeves(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: invalid memory alloc request size 1765277700 Error Question
Date: 2012-02-24 17:09:38
Message-ID: 22029.1330103378@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Naoko Reeves <naokoreeves(at)gmail(dot)com> writes:
> [ inconsistent behavior with a corrupted table ]

I think most likely some of these queries are using a corrupted index
and some are not --- have you looked at the EXPLAIN for each one?
It might be a good idea to turn off enable_indexscan and
enable_bitmapscan while poking at the table.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-02-24 17:21:24 Re: Regular expression character escape
Previous Message Ronan Dunklau 2012-02-24 17:03:18 Re: Regular expression character escape