pgsql: Recognize that MSVC can support strtoll() and strtoull().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Recognize that MSVC can support strtoll() and strtoull().
Дата
Msg-id E1fJiok-0005PC-HP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/385f4acbf824f520287f20373ebae4713382a568

Modified Files
--------------
src/include/pg_config.h.win32 | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Small improvement for plpgsql regression test.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Further adjust comment in get_partition_dispatch_recurse.