Re: Cleaning up missing ERRCODE assignments - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Cleaning up missing ERRCODE assignments
Date
Msg-id CAM3SWZTz6+MPLLTp99U7aX2GK7s4ypg6EAeDvFBaub6Bg0YNxw@mail.gmail.com
Whole thread Raw
In response to Cleaning up missing ERRCODE assignments  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, Aug 1, 2015 at 8:39 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I propose to back-patch this into 9.5, but not further; it's not an
> important enough issue to justify changing SQLSTATE behavior in stable
> branches.

+1. As I've said in the past, I think that making it possible to
determine mechanically that a "can't happen" error has in fact
occurred is of huge value to the project.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Piotr Stefaniak
Date:
Subject: Null pointer passed as source to memcpy() in numeric.c:make_result() and numeric:set_var_from_var()
Next
From: Noah Misch
Date:
Subject: Re: TAP tests are badly named