Re: Recovery mode with partitioned tables and ANY(NULL) in WHERE clause

David Rowley <david.rowley@2ndquadrant.com>

From: David Rowley <david.rowley@2ndquadrant.com>
To: Piotr Włodarczyk <piotrwlodarczyk89@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2019-08-13T12:00:37Z
Lists: pgsql-bugs
On Tue, 13 Aug 2019 at 22:51, Piotr Włodarczyk
<piotrwlodarczyk89@gmail.com> wrote:
> In V12 this bug exists too. Is your commit going to be part of V12?

The fix Tom pushed is in master, v12 and v11.  v12's commit is
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=59d3789294cf6d42325e92486b053f1ee5934eb8

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



Commits

  1. Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.