pgsql: AIX: Test the -qlonglong option before use.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: AIX: Test the -qlonglong option before use.
Дата
Msg-id E1ZFzq8-0001o2-5z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
AIX: Test the -qlonglong option before use.

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 85a2a8903f7e9151793308d0638621003aded5ae, it interfered with the
test for -qnoansialias.  Back-patch to 9.0 (all supported versions).

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cdf596b1ceb6193ab6c1e24c57531423243fce4b

Modified Files
--------------
configure        |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in     |    1 +
src/template/aix |    2 +-
3 files changed, 52 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: AIX: Test the -qlonglong option before use.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: AIX: Test the -qlonglong option before use.