Re: bytea corruption?

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "Nathan Jahnke" <njahnke(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: bytea corruption?
Date: 2009-08-22 19:48:25
Message-ID: f21c5eb8-777c-48ab-b4a0-a380bae5e32b@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nathan Jahnke wrote:

> thanks for your help. unfortunately i'm still getting corruption on
> this particular data (available at
> http://nate.quandra.org/data.bin.0.702601051229191 ) even with these
> changes:
>
> # ./bytea.pl
> Argument "DBD::Pg::PG_BYTEA" isn't numeric in subroutine entry at
> ./bytea.pl line 18.
> 37652cf91fb8d5e41d3a90ea3a22ea61 != ce3fc63b88993af73fb360c70b7ec965

Ah, you also need to add
use DBD::Pg;
at the beginning of the script for DBD::Pg::PG_BYTEA to be properly
evaluated.

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Samokhin 2009-08-22 20:03:43 How to simulate crashes of PostgreSQL?
Previous Message Nathan Jahnke 2009-08-22 18:15:16 Re: bytea corruption?