pgsql: Remove _FORTIFY_SOURCE

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove _FORTIFY_SOURCE
Date: 2012-10-11 01:46:00
Message-ID: E1TM7qa-0000wQ-3q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove _FORTIFY_SOURCE

Apparently, on some glibc versions this causes warnings when
optimization is not enabled.

Altogether, there appear to be too many incompatibilities surrounding
this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ab112068b657a2bd30a7f953c732e2ee75a606f5

Modified Files
--------------
src/template/linux | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-10-11 01:46:15 Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC
Previous Message Tom Lane 2012-10-11 00:14:35 pgsql: Remove configure-option-dependent test cases from dblink tests.