Re: [GENERAL] pg_dirtyread doesnt work

2012-12-28 Thread Alejandro Carrillo
15:10 >Asunto: Re: [GENERAL] pg_dirtyread doesnt work > >Phil Sorber escribió: >> Most likely it's because of TOAST'd records. The module is pretty >> naive and needs to be updated to handle such cases. > >It doesn't look like a column with this defin

Re: [GENERAL] pg_dirtyread doesnt work

2012-12-28 Thread Alvaro Herrera
Phil Sorber escribió: > Most likely it's because of TOAST'd records. The module is pretty > naive and needs to be updated to handle such cases. It doesn't look like a column with this definition would be toasted, though: > On Fri, Dec 28, 2012 at 10:53 AM, Alejandro Carrillo > wrote: > > Creat

Re: [GENERAL] pg_dirtyread doesnt work

2012-12-28 Thread Phil Sorber
Most likely it's because of TOAST'd records. The module is pretty naive and needs to be updated to handle such cases. On Fri, Dec 28, 2012 at 10:53 AM, Alejandro Carrillo wrote: > > Anybody knows why could be happening: ERROR: invalid memory alloc request > size 1850015748 > > Thanks > > ___

Re: [GENERAL] pg_dirtyread doesnt work

2012-12-28 Thread Alejandro Carrillo
Anybody knows why could be happening: ERROR:  invalid memory alloc request size 1850015748 Thanks > > De: Alejandro Carrillo >Para: "pgsql-general@postgresql.org" >Enviado: Jueves 27 de diciembre de 2012 16:17 >Asunto: [GENERAL] pg_dirtyread doesnt work > >