Re: An oversight in ExecInitAgg for grouping sets

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-03-22T08:36:36Z
Lists: pgsql-hackers
On Mon, 20 Mar 2023 at 19:18, Richard Guo <guofenglinux@gmail.com> wrote:
> It occurred to me that this hasn't been applied.  Should we add it to
> the CF to not lose track of it?

I have a git branch with it. That'll work for me personally as a
reminder to come back to it during the v17 cycle.

David



Commits

  1. Adjust Valgrind macro usage to protect chunk headers

  2. Fix typo in memutils_memorychunk.h

  3. Avoid reference to nonexistent array element in ExecInitAgg().