mirror of
https://github.com/postgres/postgres.git
synced 2026-05-23 09:01:14 -04:00
9b3fc492d3
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.