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/[email protected] Branch ------ REL9_5_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/11a110595c7283ef9b469b56e8cbd9c173244746 Modified Files -------------- src/include/pg_config.h.win32 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-)
