Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alexander Lakhin <exclusion@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2021-02-26T02:24:25Z
Lists: pgsql-bugs
On Thu, Feb 25, 2021 at 08:31:26PM -0500, Tom Lane wrote:
> I'm doubtful that the extra test is really testing an independent
> issue, but I don't wanna fight about it either.  Will push this
> in a few.

Thanks!
--
Michael

Commits

  1. Fix list-manipulation bug in WITH RECURSIVE processing.