Re: pg15 inherited stats expressions: cache lookup failed for statistics object

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Richard Guo <guofenglinux@gmail.com>, Michael Paquier <michael@paquier.xyz>, Tomas Vondra <tomas.vondra@enterprisedb.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-11-02T18:10:17Z
Lists: pgsql-hackers
On Tue, Nov 01, 2022 at 02:35:43PM -0400, Tom Lane wrote:
> Justin Pryzby <pryzby@telsasoft.com> writes:
> > I added a CF entry and marked RFC.
> > This should be included in v15.1.
> 
> Right, done.

Thanks.  Yesterday, I realized that the bug was exposed here after we
accidentally recreated a table as relkind=r rather than relkind=p...

-- 
Justin



Commits

  1. Fix planner failure with extended statistics on partitioned tables.