Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull. Ancient HPUX, for one, does this. We hadn't noticed due to the lack of regression tests that required a working strtoll.
(I was slightly tempted to remove the other historical spelling, strto[u]q, since it seems we have no buildfarm members testing that case. But I refrained.) Discussion: https://postgr.es/m/[email protected] Branch ------ REL9_3_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/91f3bcc9e423b605046827bba549ac09fbb53db8 Modified Files -------------- configure | 6 ++++-- configure.in | 4 ++-- src/include/c.h | 47 ++++++++++++++++++++++++++----------------- src/include/pg_config.h.in | 6 ++++++ src/include/pg_config.h.win32 | 6 ------ 5 files changed, 41 insertions(+), 28 deletions(-)
