]> granicus.if.org Git - postgresql/commit
Rename strtoi() to strtoint().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2016 20:53:15 +0000 (16:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2016 20:53:15 +0000 (16:53 -0400)
commitcbff4b7085d779759e0e287ec3534d3da9ce72ab
tree516f8cd64e291610905833ba403a9895875df4d3
parent6882dbd342d197e5f0bcc59059005780bc5c49a9
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
src/backend/utils/adt/datetime.c
src/interfaces/ecpg/pgtypeslib/interval.c