Re: pgsql-server/src/backend commands/typecmds.c e ...

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend commands/typecmds.c e ...
Date: 2003-09-10 18:48:02
Message-ID: 20030910184802.GC3858@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Sep 10, 2003 at 02:40:30PM -0400, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:

> >> ! (errcode(ERRCODE_INTERNAL_ERROR),
> >> ! errmsg("invalid constraint type \"%c\"",
> >> conForm->contype)));
>
> > This error speaks of bogus values in a system table.
>
> I'd suggest reverting such things to elog() style, so that translators
> don't have to deal with those messages.

I was going to suggest that (I translated this very same message two
days ago).

Also, I was going to ask when/if will we have a "string freeze" or some
such - has it been considered?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La realidad se compone de muchos sueños, todos ellos diferentes,
pero en cierto aspecto, parecidos..." (Yo, hablando de sueños eróticos)

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-10 19:57:48 pgsql-server/contrib/pg_autovacuum pg_autovacuum.c
Previous Message Tom Lane 2003-09-10 18:40:30 Re: pgsql-server/src/backend commands/typecmds.c e ...