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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alexander Lakhin <exclusion@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2021-02-26T01:31:26Z
Lists: pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> I would rather have both tests in the version committed, but if you
> think that this addition is not necessary I won't fight hard either :)

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.

			regards, tom lane



Commits

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