Re: message string fixes

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: message string fixes
Date: 2008-01-20 22:18:09
Message-ID: 4793C8A1.30606@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> aren't user-facing errors at all, and should be demoted to elog's,
> correct?
>
> elog(ERROR, "invalid regis pattern: \"%s\"", str);

Hmm. If regis detects an error in expression then it will be an error for regex
library too. At least, it was supposed to be.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2008-01-20 22:20:13 Re: proposal: generic function, constructor function
Previous Message Alvaro Herrera 2008-01-20 22:18:05 Re: Friendly help for psql