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 | 7329af6b9ebf9c6167366870cb9304410b4617fd (patch) | |
tree | dd67adc18f110ff5cba5d91b284cfc07812ee89f /src/backend/libpq/auth.c | |
parent | 95fef6e82a7df4e4493f706c9be7a7455d70cc5d (diff) | |
download | postgresql-7329af6b9ebf9c6167366870cb9304410b4617fd.tar.gz postgresql-7329af6b9ebf9c6167366870cb9304410b4617fd.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 'src/backend/libpq/auth.c')
0 files changed, 0 insertions, 0 deletions