]> granicus.if.org Git - postgresql/commit
Use strtoint() instead of strtol() in pgtypeslib where the result is stored in
authorMichael Meskes <meskes@postgresql.org>
Tue, 2 Jul 2019 01:42:09 +0000 (03:42 +0200)
committerMichael Meskes <meskes@postgresql.org>
Wed, 3 Jul 2019 01:17:06 +0000 (03:17 +0200)
commit8372e3c98fbbd529e4545c4d7982e278e118958e
tree018502e3aeb9b17145bd534ce21435713ced678f
parent75220fb62b1387b61f92c42b1bd147cb30607012
Use strtoint() instead of strtol() in pgtypeslib where the result is stored in
an int variable.

Author: Yang Xiao <YangX92@hotmail.com>
src/interfaces/ecpg/pgtypeslib/dt_common.c