Re: v7.4 Beta 1 fails regression on Digital Unix/Tru64 4.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: v7.4 Beta 1 fails regression on Digital Unix/Tru64 4.0
Дата
Msg-id 1400.1060192650@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: v7.4 Beta 1 fails regression on Digital Unix/Tru64 4.0  (Alessio Bragadini <alessio@albourne.com>)
Ответы Re: v7.4 Beta 1 fails regression on Digital Unix/Tru64 4.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Alessio Bragadini <alessio@albourne.com> writes:
> The first beta fails two regression tests
> on alphaev67-dec-osf4.0g, compiled by cc -std -std
> i.e. Compaq/HP Digital Unix/Tru64/name-of-the-day

> They are "join" (FAILED) and "random" (failed ignored). Attached is the
> regression diff.

AFAICT, the diffs simply indicate that psql isn't echoing the input
commands --- ie, it's not honoring the "\set ECHO all" command that
is fed to it by the regression script.  Which is odd in itself, and
especially odd that it happens only in two out of 90-odd tests.  I
think you have a psql bug to chase.

> During configuration a warning stated that our version of Bison was
> outdated, can it be related?

No.  psql doesn't depend on bison.  A build from a tarball doesn't
use your local bison anyway (unless you build contrib).
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Passing server_encoding to the client is not future-proof