Re: message string fixes - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: message string fixes
Date
Msg-id 4793C8A1.30606@sigaev.ru
Whole thread Raw
In response to Re: message string fixes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: message string fixes  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Minor bug in src/port/rint.c
Next
From: "Pavel Stehule"
Date:
Subject: Re: proposal: generic function, constructor function