Re: [PATCH] Improve bytea error messages - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: [PATCH] Improve bytea error messages
Date
Msg-id 53BB7874.3020204@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH] Improve bytea error messages  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [PATCH] Improve bytea error messages  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 07/08/2014 07:44 AM, Robert Haas wrote:
> On Sun, Jul 6, 2014 at 4:17 AM, Craig Ringer <craig@2ndquadrant.com> wrote:
>> After someone reported somewhat less than informative errors in bytea
>> decoding (http://stackoverflow.com/q/24588866/398670) I thought I'd put
>> together a quick patch to improve the errors here.
>
> The first two changes seem fine from here, but I think the use of
> parentheses in the third one likely violates our message style
> guidelines.

Good point.

Better?

Putting it in ERRHINT is more appropriate.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Dilip kumar
Date:
Subject: Re: Selectivity estimation for inet operators
Next
From: Ashutosh Bapat
Date:
Subject: Re: Extending constraint exclusion for implied constraints/conditions