Re: fix broken regression tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: fix broken regression tests
Date: 2003-01-31 21:02:02
Message-ID: 26006.1044046922@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-01-31 22:36:21 Re: plpython: fix for improperly handled NULL arguments in prepared plans
Previous Message Robert Treat 2003-01-31 14:57:25 Re: [PATCHES] v7.2.4 bundled ...