snprintf causes regression tests to fail

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема snprintf causes regression tests to fail
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE4769E1@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: snprintf causes regression tests to fail  (Nicolai Tufar <ntufar@gmail.com>)
Список pgsql-hackers
Hi!

The new snpritnf code appears not to deal with 64-bit ints. I'm getting
failures on win32 for int8 as well as all the time related tests (win32
uses int8 for tinmestamps). Removing the snprintf code and falling back
to the OS code makes everything pass again.

I would guess this affects int8 etc on other platforms as well (assuming
they use our snprintf and not the libc one), but I haven't checked it.

//Magnus



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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [pgsql-hackers-win32] win32 performance - fsync question
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: SQL99 Hierarchical queries