*** pgsql/src/test/regress/expected/subselect.out 2010/07/08 00:14:22 1.14.2.3 --- pgsql/src/test/regress/expected/subselect.out 2010/07/28 04:51:21 1.14.2.4 *************** from *** 449,451 **** --- 449,460 ---- ----- (0 rows) + -- + -- Test case for premature memory release during hashing of subplan output + -- + select '1'::text in (select '1'::name union all select '1'::name); + ?column? + ---------- + t + (1 row) +