Re: Perl 5.10 vs. PG 8.4 on Win32

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Perl 5.10 vs. PG 8.4 on Win32
Date: 2009-05-17 09:13:40
Message-ID: 937d27e10905170213r6d1c2a1cmc2ee47a38c7f1a68@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, May 17, 2009 at 1:01 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Dave Page <dpage(at)pgadmin(dot)org> writes:
>> Hmm, that was easier than I expected:
>
>>       perl510.dll!PerlIOUnix_refcnt_inc(int fd=0)  Line 2339  C
>>       perl510.dll!PerlIOUnix_setfd(interpreter * my_perl=0x00000000,
>> _PerlIO * * f=0x00000000, int fd=0, int imode=0)  Line 2548 + 0xc
>> bytes C
>>       perl510.dll!PerlIOUnix_open(interpreter * my_perl=0x00242544,
>> _PerlIO_funcs * self=0x280cb548, PerlIO_list_s * layers=0x012d3494,
>> long n=0, const char * mode=0x280be040, int fd=0, int imode=0, int
>> perm=0, _PerlIO * * f=0x00000000, int narg=0, sv * * args=0x00000000)
>> Line 2626     C
>
> Hmmm ... you sure functions named like that should be getting called
> in a Windows build?

Well there are #ifdef WIN32 blocks in some of those PerlIOUnix
functions, so I assume they are expected to be used on Windows.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Paul Matthews 2009-05-17 10:36:19 Re: BUG #4810: Complex Contains, Bad Performace.
Previous Message Tom Lane 2009-05-17 00:01:09 Re: Perl 5.10 vs. PG 8.4 on Win32