Re: Server crash due to assertion failure in CheckOpSlotCompatibility()
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Ashutosh Sharma <ashu.coek88@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-30T14:18:21Z
Lists: pgsql-hackers
Hi, On 2019-05-30 16:31:39 +0530, Ashutosh Sharma wrote: > Here are some more details on the crash reported in my previous e-mail for > better clarity: I'll look into this once pgcon is over... Thanks for finding! Greetings, Andres Freund
Commits
-
Fix slot type handling for Agg nodes performing internal sorts.
- 8677c62eaeea 12.0 landed
- af3deff3f2ac 13.0 landed
-
Verify that expected slot types match returned slot types.
- 15d8f83128e1 12.0 cited