Re: databases/p5-postgresql-plperl links to wrong

From: Mike Rylander <mrylander(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PgSql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: databases/p5-postgresql-plperl links to wrong
Date: 2005-02-12 01:48:40
Message-ID: b918cf3d0502111748fdb2351@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 11 Feb 2005 20:40:18 -0500, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Sven Willenberger <sven(at)dmv(dot)com> writes:
> > plperl.c: In function `compile_plperl_function':
> > plperl.c:541: warning: cast to pointer from integer of different size
> > plperl.c:730: warning: cast from pointer to integer of different size
>
> BTW, these scare the heck out of me. It looks to me like plperl.c is
> casting a pointer to an integer in order to store it in a Perl hash.
> Isn't there a better way to do that? Can anyone check on whether plperl
> works at all on 64bit arches?
>

It's been working fine for me on Gentoo Linux / AMD64.

--
Mike Rylander
mrylander(at)gmail(dot)com
GPLS -- PINES Development
Database Developer
http://open-ils.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Miles Keaton 2005-02-12 02:10:50 pg_dump dumping data in order? (used to in 7.4 but not now in 8?)
Previous Message Tom Lane 2005-02-12 01:40:18 Re: databases/p5-postgresql-plperl links to wrong