diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-23 16:53:15 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-23 16:53:15 -0400 |
commit | 2a715371c44399f8ec538b3c8df0590400c75678 (patch) | |
tree | 32f466037ba81698b26f91881c085fb69b78aa5b /src/backend/utils/adt/json.c | |
parent | b39938f01208d2860239792aa9e802a9cf8c286b (diff) | |
download | postgresql-2a715371c44399f8ec538b3c8df0590400c75678.tar.gz postgresql-2a715371c44399f8ec538b3c8df0590400c75678.zip |
Rename strtoi() to strtoint().
NetBSD has seen fit to invent a libc function named strtoi(), which
conflicts with the long-established static functions of the same name in
datetime.c and ecpg's interval.c. While muttering darkly about intrusions
on application namespace, we'll rename our functions to avoid the conflict.
Back-patch to all supported branches, since this would affect attempts
to build any of them on recent NetBSD.
Thomas Munro
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions