Re: Small query using LATERAL that segfaults Postgres

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Tom Ellis <tom-lists-postgresql.org@jaguarpaw.co.uk>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2020-07-14T09:04:25Z
Lists: pgsql-bugs
On Tue, 14 Jul 2020 at 21:00, Tom Ellis
<tom-lists-postgresql.org@jaguarpaw.co.uk> wrote:
> Thanks Tom.  Could you send a link to the fix?  I'd be interested to
> see what the problem was.

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=a742ecf9c63d454ccb107a357288c8ec1444ca12

David



Commits

  1. Cope with lateral references in the quals of a subquery RTE.