pgsql: Add _FORTIFY_SOURCE to default compiler options for linux templa - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add _FORTIFY_SOURCE to default compiler options for linux templa
Date
Msg-id E1TI0lx-0005S9-VO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add _FORTIFY_SOURCE to default compiler options for linux template

Many distributors use this, so we might as well see the warnings as
well.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/997fa75d6b1522658d4464396cb91264f642634a

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Remove workaround for returning booleans in Python <2
Next
From: Tom Lane
Date:
Subject: pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.