Re: BUG #18375: requested statistics kind "f" is not yet built for statistics object 16722

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: horst(dot)reiterer(at)fabasoft(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18375: requested statistics kind "f" is not yet built for statistics object 16722
Date: 2024-03-04 17:11:33
Message-ID: 3747366.1709572293@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Since upgrading from 15.5 to 15.6, the following error occurs once during a
> test run:

> requested statistics kind "f" is not yet built for statistics object
> 16722
> mcv.c:577 statext_mcv_load
> Statement: DELETE FROM test WHERE (col3 IN
> (501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,51]

I could not reproduce this on the basis of the supplied information.
Can you put together a self-contained test case, that is a SQL script
that reproduces the failure starting from an empty database?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Noah Misch 2024-03-04 19:03:12 Re: FSM Corruption (was: Could not read block at end of the relation)
Previous Message Alexander Lakhin 2024-03-04 15:00:00 Re: BUG #18374: Printing memory contexts on OOM condition might lead to segmentation fault