[GENERAL] databases/p5-postgresql-plperl links to wrong

Tom Lane tgl at sss.pgh.pa.us
Fri Feb 11 17:40:30 PST 2005


Sven Willenberger <sven at dmv.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?

			regards, tom lane


More information about the freebsd-ports mailing list