Use strtoint() instead of strtol() in pgtypeslib where the result is stored in

Michael Meskes <meskes@postgresql.org>

Commit: 8372e3c98fbbd529e4545c4d7982e278e118958e
Author: Michael Meskes <meskes@postgresql.org>
Date: 2019-07-03T01:17:06Z
Releases: 13.0
Use strtoint() instead of strtol() in pgtypeslib where the result is stored in
an int variable.

Author: Yang Xiao <YangX92@hotmail.com>

Files

PathChange+/−
src/interfaces/ecpg/pgtypeslib/dt_common.c modified +13 −12