pgsql: Add -Wlogical-op to standard compiler flags, if supported

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add -Wlogical-op to standard compiler flags, if supported
Date: 2012-11-16 05:35:52
Message-ID: E1TZEam-0007UD-9A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add -Wlogical-op to standard compiler flags, if supported

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/67c03c6f3ca3726fd99488b497432dea21ab8e2a

Modified Files
--------------
configure | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 1 +
2 files changed, 61 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-11-17 23:10:31 pgsql: doc: Put pg_temp into documentation index
Previous Message Tom Lane 2012-11-16 00:29:24 pgsql: Improve check_partial_indexes() to consider join clauses in proo