Re: moving aggregate bad error message
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Janes <jeff.janes@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-09-06T16:41:41Z
Lists: pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes: > Looking at the code, it seems we are testing rettype != finaltype, but > reporting aggmTransType and aggTransType. Why aren't we reporting what we > are testing? Silly thinko, apparently. Your fix looks right, will push. regards, tom lane
Commits
-
Fix misleading error message about inconsistent moving-aggregate types.
- e0b4c7dd0b61 9.5.24 landed
- 2939f613fa91 9.6.20 landed
- f71b93b8646b 10.15 landed
- baef6e5e9397 11.10 landed
- f45dd3fed9cf 12.5 landed
- f04203ab7e68 13.0 landed
- 19ad7e1d7b8b 14.0 landed