pgsql: Better support for thread-support flag detection with clang - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Better support for thread-support flag detection with clang
Date
Msg-id E1Ppok2-0003Te-TH@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, no need to initialize global struct values; they
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Also process psqlrc when running psql -l