pgsql: Fix Windows portability issue in 23a27b039d94ba35.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix Windows portability issue in 23a27b039d94ba35.
Дата
Msg-id E1aewnv-0003Oq-Vi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix Windows portability issue in 23a27b039d94ba35.

_strtoui64() is available in MSVC builds, but apparently not with
other Windows toolchains.  Thanks to Petr Jelinek for the diagnosis.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ab737f6ba9fc0a26d32a95b115d5cd0e24a63191

Modified Files
--------------
src/backend/utils/adt/numutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Widen query numbers-of-tuples-processed counters to uint64.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Report memory context stats upon out-of-memory in repalloc[_huge