pgsql: If we're going to test for switch validity by observing whether

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If we're going to test for switch validity by observing whether
Date: 2004-10-24 00:54:12
Message-ID: 20041024005412.B867D3A2B3F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If we're going to test for switch validity by observing whether the
compiler emits any warnings, the test program had better be 100%
correct, not only 90% correct. The recent addition of -Wold-style-definition
broke thread-safety detection on every platform that has that switch,
because the test program used an old-style definition.

Modified Files:
--------------
pgsql/config:
acx_pthread.m4 (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/acx_pthread.m4.diff?r1=1.8&r2=1.9)
pgsql:
configure (r1.403 -> r1.404)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.403&r2=1.404)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-10-24 13:42:50 pginstaller - pginst: Exclude by regexp instead of filename.
Previous Message Dennis Bjorklund 2004-10-23 14:48:03 pgsql: Translation update