pgsql: Better support for thread-support flag detection with clang

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Better support for thread-support flag detection with clang
Date: 2011-02-16 21:16:54
Message-ID: E1Ppok2-0003Te-TH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Better support for thread-support flag detection with clang

When testing the stderr produced by various thread-support flags, also
run a compilation in addition to a link, because clang warns on
certain flags when compiling but not when linking.

Branch
------
master

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

Modified Files
--------------
config/acx_pthread.m4 | 3 ++-
configure | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-16 22:25:00 pgsql: Add backwards-compatible declarations of some core GIN support f
Previous Message Bruce Momjian 2011-02-16 20:18:14 Re: [COMMITTERS] pgsql: Cleanup ClusterInfo initialization in pg_upgrade