Remove use of obsolescent Autoconf macros

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Remove use of obsolescent Autoconf macros
Дата
Msg-id 1384257026.8059.5.camel@vanquo.pezone.net
обсуждение исходный текст
Список pgsql-hackers
According to the Autoconf documentation, the following macros are
obsolescent because no reasonably current system has the defect that
they are testing for.

- AC_C_CONST
- AC_C_STRINGIZE
- AC_C_VOLATILE
- AC_FUNC_MEMCMP

Therefore, I propose to remove their use, with the attached patch.


Вложения

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

Предыдущее
От: KONDO Mitsumasa
Дата:
Сообщение: Re: Improvement of pg_stat_statement usage about buffer hit ratio
Следующее
От: Dilip kumar
Дата:
Сообщение: Re: Transaction-lifespan memory leak with plpgsql DO blocks