Re: BUG #15592: Memory overuse with subquery containing unnest() and set operations (11.x regression)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-bugs@lists.postgresql.org, amdmi3@amdmi3.ru, Andrew Gierth <andrew@tao11.riddles.org.uk>, Jakub Janeček <jakub.janecek@comgate.cz>
Date: 2019-02-09T14:34:41Z
Lists: pgsql-bugs
Andres Freund <andres@anarazel.de> writes: >> ... Given that, I think it's ok >> to not explicitly shutdown the expr context. Uh, what? > Dmitry, the fix will be included in the next minor release, which is > scheduled for next week. This doesn't really seem like the kind of patch to push on a release weekend. At this point you can't even be confident of getting a readout from every active buildfarm member. regards, tom lane
Commits
-
Plug leak in BuildTupleHashTable by creating ExprContext in correct context.
- 9cf37a527cf8 11.2 landed
- 5567d12ce030 12.0 landed
-
simplehash: Add support for resetting a hashtable's contents.
- 350b0a40375e 11.2 landed
- 3b632a58e798 12.0 landed