Re: [HACKERS] Current sources?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Current sources?
Дата
Msg-id 35724A63.5834A45@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Current sources?  (dg@illustra.com (David Gould))
Ответы Re: [HACKERS] Current sources?  (dg@illustra.com (David Gould))
Список pgsql-hackers
> > Nobody "owns" them...Thomas and I have tried to keep them
> > relatively up to date, with Thomas doing the most part of the work
> > on a Linux platform...
> > Stuff like the int* test 'expected' output files are generated
> > under Linux, which generates a different error message then the same
> > test(s) under FreeBSD/NetBSD :(
> Ok, now I am confused. Isn't the error message "our" error message? If
> so, can't we make it the same?

Nope. Some messages come from the system apparently. I can't remember
how they come about, but the differences are not due to #ifdef FreeBSD
blocks in the code :)

The only differences I know of in the regression tests are due to
numeric rounding, math libraries and system error messages.

I will point out that although no one really "owns" the regression tests
(in the spirit that everyone can and should contribute) I (and others)
have run them extensively in support of releases. It is important that
whoever is running the "reference platform" be willing to run regression
tests ad nauseum, and to track down any problems. I've done so the last
few releases.

When/if this doesn't happen, we get a flakey release.

                   - Tom

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Re: [DOCS] Re: FE/BE protocol revision patcht
Следующее
От: dg@illustra.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] regular expressions from hell