Re: remove "msg" parameter from convert_tuples_by_name
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-04T01:38:07Z
Lists: pgsql-hackers
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. Thanks, Amit
Commits
-
Remove 'msg' parameter from convert_tuples_by_name
- fe66125974c5 13.0 landed