Re: [sqlsmith] Unpinning error in parallel worker
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andreas Seltenreich <seltenreich@gmx.de>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-04-05T07:59:21Z
Lists: pgsql-hackers
Attachments
- improve-error-messages.patch (application/octet-stream) patch
On Thu, Mar 30, 2017 at 3:50 AM, Robert Haas <robertmhaas@gmail.com> wrote: > On Wed, Mar 29, 2017 at 1:31 AM, Thomas Munro > <thomas.munro@enterprisedb.com> wrote: >> I considered whether the error message could be improved but it >> matches the message for an existing similar case (where you try to >> attach to an unknown handle). > > Ugh, OK. I committed this, but I think this whole file needs a visit > from the message style police. Like this? -- Thomas Munro http://www.enterprisedb.com
Commits
-
Use English, instead of internal names, for translatable messages.
- 5c4488478b18 10.0 landed
-
Plug race in dsa_attach.
- fddf45b38097 10.0 landed