Re: Report planning memory in EXPLAIN ANALYZE
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
From: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
To: Andy Fan <zhihui.fan1213@gmail.com>
Cc: Lepikhov Andrei <a.lepikhov@postgrespro.ru>,
jian he <jian.universality@gmail.com>, David Rowley <dgrowleyml@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-30T14:43:30Z
Lists: pgsql-hackers
Attachments
- 0002-Report-memory-allocated-along-with-memory-u-20231030.patch (text/x-patch) patch 0002
- 0003-Separate-memory-context-for-planner-s-memor-20231030.patch (text/x-patch) patch 0003
- 0001-Report-memory-used-for-planning-a-query-in--20231030.patch (text/x-patch) patch 0001
> > > David challenged something at the begining, but IIUC he also agree the > value of patch 01 as the previous statement after discussion. Since the patch > is mild itself, so I will mark this commitfest entry as "Ready for committer". > Please correct me if anything is wrong. > Thanks Andy. Here's rebased patches. A conflict in explain.out resolved. -- Best Wishes, Ashutosh Bapat
Commits
-
Add EXPLAIN (MEMORY) to report planner memory consumption
- 5de890e3610d 17.0 landed
-
Fix explain regression test failure.
- eabba4a3eb71 14.0 cited