Re: [PATCH]: Allow errors in parameter values to be reported during the BIND phase itself..
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Alexey Bashtanov <bashtanov@imap.cc>,
Franck Verrot <franck@verrot.fr>,
pgsql-hackers@postgresql.org
Date: 2021-03-16T15:18:57Z
Lists: pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> writes: > I think it's somewhat confusing that there's two callbacks. > The first one applies only during typinput/typreceive. > I guess the 2nd one should say that they're printed "in *future errors". I adjusted the comments to make this a bit clearer, and pushed it. regards, tom lane
Commits
-
Improve logging of bad parameter values in BIND messages.
- 1ea396362be1 14.0 landed