Re: Out of memory on update of a single column table containg just one row. - Mailing list pgsql-general

From Thomas Markus
Subject Re: Out of memory on update of a single column table containg just one row.
Date
Msg-id 4C31E07C.1080302@proventis.net
Whole thread Raw
In response to Out of memory on update of a single column table containg just one row.  (<Zeeshan.Ghalib@globaldatapoint.com>)
Responses Re: Out of memory on update of a single column table containg just one row.  (<Zeeshan.Ghalib@globaldatapoint.com>)
List pgsql-general
  Hi,

i tried a simple test:
create temp table _t as select repeat('x',382637520) as test;
update _t set test=test||test;

pg 8.3 32bit fails with
[Error Code: 0, SQL State: 53200]  ERROR: out of memory
   Detail: Failed on request of size 765275088.

pg 8.4.4 64bit works fine

so upgrade to 64bit

regards
Thomas

pgsql-general by date:

Previous
From:
Date:
Subject: Re: Out of memory on update of a single column table containg just one row.
Next
From: Len Morgan
Date:
Subject: Windows Installation Problem