[GENERAL] Postgresql 7.4.3/8.2.4 out of memory

2007-06-07 Thread Christophe Combet [PBIL/IBCP/CNRS]
Dear all, With the below transaction we got an out of memory error. BEGIN; ANALYZE referenceAuthorLnkTemp; INSERT INTO referenceAuthor (author) SELECT DISTINCT ON (author) author FROM referenceAuthorLnkTemp; ANALYZE referenceAuthor; UPDATE referenceAuthorLnkTemp SET

Re: [GENERAL] Postgresql 7.4.3/8.2.4 out of memory

2007-06-06 Thread Martijn van Oosterhout
On Wed, Jun 06, 2007 at 10:57:25AM +0200, Christophe Combet PBIL/IBCP/CNRS wrote: > Dear all, > > > With the below transaction we got an out of memory error. Here's your problem: > AfterTriggerEvents: 3170885632 total in 397 blocks; 12200 free (384 > chunks); 3170873432 used You've got som

[GENERAL] Postgresql 7.4.3/8.2.4 out of memory

2007-06-06 Thread Christophe Combet PBIL/IBCP/CNRS
Dear all, With the below transaction we got an out of memory error. BEGIN; ANALYZE referenceAuthorLnkTemp; INSERT INTO referenceAuthor (author) SELECT DISTINCT ON (author) author FROM referenceAuthorLnkTemp; ANALYZE referenceAuthor; UPDATE referenceAuthorLnkTemp SET