Bug #810: Fail to compile with perl 5.8.0 - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #810: Fail to compile with perl 5.8.0
Date
Msg-id 20021104194003.5EE1A475E2B@postgresql.org
Whole thread Raw
List pgsql-bugs
Magnus Enbom (dot@rockstorm.se) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Fail to compile with perl 5.8.0

Long Description
When using
configure --with-perl
with perl 5.8.0, plperl fails to compile due to unknowns.
This is because perl-5.8 is nowadays default compiled multithreaded
on Linux. If we don't specify -D_GNU_SOURCE we will miss the
reentrant versions of certain functions(crypt_r for example).


Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Magnus Enbom
Date:
Subject: Re: Wrong order of rows in result during regression test.
Next
From: Bruce Momjian
Date:
Subject: Re: Error in chkpass.c (contrib area) with suggestion