pgsql: Use strtoint() instead of strtol() in pgtypeslib where theresul - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Use strtoint() instead of strtol() in pgtypeslib where theresul
Date
Msg-id E1hiTtj-0006el-Tf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add support for Visual Studio 2019 in build scripts
Next
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Remove redundancy inpostgresAcquireSampleRowsFunc