Re: remove "msg" parameter from convert_tuples_by_name
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Amit Langote <amitlangote09@gmail.com>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-04T01:42:14Z
Lists: pgsql-hackers
On 2019-Sep-04, Amit Langote wrote: > On Wed, Sep 4, 2019 at 3:52 AM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > > > > On 2019-Aug-07, Amit Langote wrote: > > > > > If we're reducing the message string to occur only once in the source > > > code, can we maybe write it to be more informative? I wonder if users > > > aren't normally supposed to see this message? > > > > Grepping for the messages given to convert_tuples_by_position yields > > quite a few matches in regression test output, but none for the one in > > convert_tuples_by_name. This makes me think that it isn't user-visible, > > unless things go very wrong. > > > > Pushed the patch, thanks. > > Thanks. I thought you'd change the ereport to elog while at it. Oh, that didn't occur to me, but because it has errdetail and an errcode it'd be more controversial. I don't see any reason to do it, frankly ... -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove 'msg' parameter from convert_tuples_by_name
- fe66125974c5 13.0 landed