[COMMITTERS] pgsql: Translation updates

2004-10-23 Thread Dennis Bjorklund
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/pg_ctl/po: sv.po (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/po/sv.po.diff?r1=1.4&r2=1.5) ---(end of broadcast)---

[COMMITTERS] pgsql: Translation update

2004-10-23 Thread Dennis Bjorklund
Log Message: --- Translation update Modified Files: -- pgsql/src/bin/pg_dump/po: sv.po (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/po/sv.po.diff?r1=1.19&r2=1.20) ---(end of broadcast)--

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

2004-10-23 Thread Tom Lane
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 s