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
50015748 > > Thanks > > > De: Alejandro Carrillo > Para: "pgsql-general@postgresql.org" > Enviado: Jueves 27 de diciembre de 2012 16:17 > Asunto: [GENERAL] pg_dirtyread doesnt work > > Hi, > > After of very tried to compile th

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]

[GENERAL] pg_dirtyread doesnt work

2012-12-27 Thread Alejandro Carrillo
Hi, After of very tried to compile this PostgreSQL C function for Windows, I compile that (with VS C++ 2008), but the function get a error when try to read a deleted row. The example: CREATE FUNCTION pg_dirtyread(oid) RETURNS setof record AS E'$libdir/pg_dirtyread', 'pg_finfo_pg_dirtyread' LANG