pgsql: Support platforms where strtoll/strtoull are spelled __strtoll/_

Started by Tom Laneabout 8 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/151935568942.1461.14623890240535309745@wrigleys.postgresql.org

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7329af6b9ebf9c6167366870cb9304410b4617fd

Modified Files
--------------
configure | 4 ++--
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, 39 insertions(+), 28 deletions(-)