Remove use of obsolescent Autoconf macros - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Remove use of obsolescent Autoconf macros
Date
Msg-id 1384257026.8059.5.camel@vanquo.pezone.net
Whole thread Raw
List 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.


Attachment

pgsql-hackers by date:

Previous
From: KONDO Mitsumasa
Date:
Subject: Re: Improvement of pg_stat_statement usage about buffer hit ratio
Next
From: Dilip kumar
Date:
Subject: Re: Transaction-lifespan memory leak with plpgsql DO blocks