mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
xlc provides "long long" unconditionally at C99-compatible language
levels, and this option provokes a warning. The warning interferes with
"configure" tests that fail in response to any warning. Notably, before
commit 85a2a8903f
, it interfered with the
test for -qnoansialias. Back-patch to 9.0 (all supported versions).