]> granicus.if.org Git - postgresql/commit
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 May 2018 18:22:18 +0000 (14:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 May 2018 18:22:18 +0000 (14:22 -0400)
commit7329af6b9ebf9c6167366870cb9304410b4617fd
treedd67adc18f110ff5cba5d91b284cfc07812ee89f
parent95fef6e82a7df4e4493f706c9be7a7455d70cc5d
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