Re: pgsql-server/ rc/backend/parser/Tag: rc/backen ... - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql-server/ rc/backend/parser/Tag: rc/backen ...
Date
Msg-id 3873.1044070729@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql-server/ rc/backend/parser/Tag: rc/backen ...  (Neil Conway <neilc@samurai.com>)
List pgsql-committers
Neil Conway <neilc@samurai.com> writes:
> On Fri, 2003-01-31 at 15:58, Tom Lane wrote:
>> Note: I didn't change the build rules for bootstrap, ecpg, or plpgsql
>> grammars, since these do not affect regression test results.

> Wasn't the intent of papering-over the bison change to ensure that
> client applications that look at error messages aren't gratuitously
> broken?

Yes.  Client apps aren't going to be seeing errors out of bootstrap.
I doubt anyone is going to be expecting their apps to analyze syntax
errors in plpgsql functions, either.  As for ecpg, Michael would be
the last word on it, and he can change the ecpg makefile if he likes ---
but ecpg is a preprocessor, not an interactive frontend.  I don't see
that anyone's going to be passing ecpg parse errors to programs,
either.

            regards, tom lane

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/interfaces/libpgtcl Tag: REL7 ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/commands variable.c