Re: BUG #17158: Distinct ROW fails with Postgres 14
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: David Rowley <dgrowleyml@gmail.com>, sait.nisanci@microsoft.com,
PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2021-09-14T14:39:39Z
Lists: pgsql-bugs
Attachments
- 0001-Fix-hash_array.patch (text/plain)
On 10.09.21 21:27, Tom Lane wrote: > Perhaps it'd work to put the phony entry into fcinfo->flinfo->fn_mcxt > instead of CacheMemoryContext. > > BTW, skink's failure can be reproduced pretty quickly by running the > attached under valgrind. Ok, the attached patch fixes the valgrind error.
Commits
-
Fix hash_array
- 9b2fd490577b 14.0 landed
- 851ff9335742 15.0 landed
-
Disable anonymous record hash support except in special cases
- 054adca641ac 14.0 landed
- a3d2b1bbe904 15.0 landed