Re: [pgsql-hackers-win32] snprintf causes regression tests to fail

Поиск
Список
Период
Сортировка
От Nicolai Tufar
Тема Re: [pgsql-hackers-win32] snprintf causes regression tests to fail
Дата
Msg-id d8092939050310224129e6ac0c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgsql-hackers-win32] snprintf causes regression tests to fail  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 11 Mar 2005 01:14:31 -0500, Tom Lane wrote:
> Nicolai Tufar <ntufar@gmail.com> writes:
> > Very well, I too, tend to think that importing some else's solution
> > is the way to go. Tom, have you looked at Trio?
>
> I have not seen it ... but if it looks reasonable to you, have a go
> at it.

It looks reasonable to me. It claims to: fully implement C99 (ISO/IEC
9899:1999) and UNIX98 (the
Single Unix Specification, Version 2) standards, as well as many
features from other implementations, e.g. the GNU libc and BSD4.

I compiled and run regression tests with it used instead of
our current implementation and it worked fine under win32 and
Solaris x86. The only problem is that it is 11000 lines as
oposed to our curent implementation's 600. I  will remove
everything unnecessary and submit a patch for consideration.

Regards,
Nicolai Tufar

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers-win32] snprintf causes regression tests to fail
Следующее
От: Laszlo Hornyak
Дата:
Сообщение: Re: Runtime accepting build discrepancies