Re: fix broken regression tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fix broken regression tests
Дата
Msg-id 26006.1044046922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на fix broken regression tests  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> 4 of the regression tests are presently broken, due to a trivial change
> in the wording of a "syntax error" error message. This patch fixes them.

Per subsequent discussion, I have instead hacked the Make rules to
replace "syntax error" by "parse error" in bison output files.  This
should allow us to work with bison 1.75 and later without variations
of output messages.  Regression tests pass for me with bison 1.875.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: updated win32 patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpython: fix for improperly handled NULL arguments in prepared plans