Thread: pgsql: Use strtoint() instead of strtol() in pgtypeslib where theresul

pgsql: Use strtoint() instead of strtol() in pgtypeslib where theresul

From
Michael Meskes
Date:
Use strtoint() instead of strtol() in pgtypeslib where the result is stored in
an int variable.

Author: Yang Xiao <YangX92@hotmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8372e3c98fbbd529e4545c4d7982e278e118958e

Modified Files
--------------
src/interfaces/ecpg/pgtypeslib/dt_common.c | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)