diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-19 14:22:19 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-19 14:22:19 -0400 |
commit | 8109f201da7745477519e0e151b900a6aeca6e69 (patch) | |
tree | 01eb83590dae9cdc351be960c1793a738efe85ef /src/include/executor | |
parent | 023aa76e19529bf3f00f1815262fc78186c01636 (diff) |
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
Diffstat (limited to 'src/include/executor')
0 files changed, 0 insertions, 0 deletions