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
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
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
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]
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