Re: _GNU_SOURCE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: _GNU_SOURCE
Date
Msg-id 4309.1066093314@sss.pgh.pa.us
Whole thread Raw
In response to Re: _GNU_SOURCE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> We've been using it for awhile, and it's not broken anything.  Why are
>> you so eager to make build changes with potentially wide ramifications
>> so late in the beta cycle?

> I don't know what the ramifications of _GNU_SOURCE are, but we have run
> longer without it than with it.  Seems safest to have it only where we
> need it, in plperl.

No can do --- _GNU_SOURCE affects the results of configure.  We either
use it or we don't, we don't get to be selective about it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PERFORM] Sun performance - Major discovery!
Next
From: Tom Lane
Date:
Subject: Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ