Re: Release of DBD-pg 1.22

From: Rudy Lippan <rlippan(at)remotelinux(dot)com>
To: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>
Cc: Ian Barwick <barwick(at)gmx(dot)net>, pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>, DBD-pg <dbdpg-general(at)gborg(dot)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: Release of DBD-pg 1.22
Date: 2003-03-31 23:49:02
Message-ID: Pine.LNX.4.44.0303311843480.5883-100000@elfride.ineffable.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, 31 Mar 2003, Adam Witney wrote:

> Yep, there is no trace of is_utf8_string() in perldoc perlapi for 5.6.0
>

That sounds about right.

> Does this mean that my only option is to upgrade perl? Or will the module
> still work without it?

You can either upgrade perl to 5.6.1 or, if you don't want to upgrade
perl, you can dike out the section of code between the #ifdef and #endif
and then it should work (might fail some UTF-8 test). I would recommed
upgrading perl, however.

-r

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message ljb 2003-04-01 00:51:14 libpgtcl COPY out problem - why PQgetlineAsync() ?
Previous Message Andreas Pflug 2003-03-31 23:24:18 nonblocking PQsendQuery will fail for querysize > 8k