Re: Better error messages for %TYPE and %ROWTYPE in plpgsql
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: Andy Fan <zhihuifan1213@163.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-02-27T01:27:24Z
Lists: pgsql-hackers
"David G. Johnston" <david.g.johnston@gmail.com> writes: > On Mon, Feb 26, 2024 at 5:46 PM Andy Fan <zhihuifan1213@163.com> wrote: >> Looks this modify the error message, Well, yeah, that's sort of the point. >> I want to know how ould we treat >> error-message-compatible issue during minor / major upgrade. > There is no bug here so no back-patch; and we are not yet past feature > freeze for v17. Indeed, I did not intend this for back-patch. However, I'm having a hard time seeing the errors in question as something you'd have automated handling for, so I don't grasp why you would think there's a compatibility hazard. regards, tom lane
Commits
-
Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.
- 2a6b47cb50eb 17.0 landed