aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-05-18 12:52:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-05-18 12:52:28 -0400
commitf586f8638929b54de9e7f6b65fe6916b8cee38fe (patch)
tree120fac96ffe42a836b9ecf34564ceda6002c3323 /src/backend/executor/nodeModifyTable.c
parent7d5b403b8d418742b734f85fda32b0eca8ee4113 (diff)
downloadpostgresql-f586f8638929b54de9e7f6b65fe6916b8cee38fe.tar.gz
postgresql-f586f8638929b54de9e7f6b65fe6916b8cee38fe.zip
Recognize that MSVC can support strtoll() and strtoull().
This is needed for full support of "long long" variables in ecpg, but the previous patch for bug #15080 (commits 51057feaa et al) missed it. In MSVC versions where the functions don't exist under those names, we can nonetheless use _strtoi64() and _strtoui64(). Like the previous patch, back-patch all the way. Dang Minh Huong Discussion: https://postgr.es/m/151935568942.1461.14623890240535309745@wrigleys.postgresql.org
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions