diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-19 14:22:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-19 14:22:18 -0400 |
commit | 06f66cff9e0b93db81db1595156b2aff8ba1786e (patch) | |
tree | f6eb538bde214325b1d4a0a99beba8b8aa2fef2c /contrib/jsonb_plpython/sql/jsonb_plpython.sql | |
parent | a6228128fc48c222953dfd41fd438522a184054c (diff) | |
download | postgresql-06f66cff9e0b93db81db1595156b2aff8ba1786e.tar.gz postgresql-06f66cff9e0b93db81db1595156b2aff8ba1786e.zip |
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 'contrib/jsonb_plpython/sql/jsonb_plpython.sql')
0 files changed, 0 insertions, 0 deletions