Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
authorTom Lane
Sat, 19 May 2018 18:22:19 +0000 (14:22 -0400)
committerTom Lane
Sat, 19 May 2018 18:22:19 +0000 (14:22 -0400)
commit8109f201da7745477519e0e151b900a6aeca6e69
tree01eb83590dae9cdc351be960c1793a738efe85ef
parent023aa76e19529bf3f00f1815262fc78186c01636
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/151935568942.1461.14623890240535309745@wrigleys.postgresql.org
configure
configure.in
src/include/c.h
src/include/pg_config.h.in
src/include/pg_config.h.win32