From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
---|---|
To: | horst(dot)reiterer(at)fabasoft(dot)com, 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-05 00:35:16 |
Message-ID: | CAApHDvqSVo5Jd=-kKGQLjsJfN8oxF=q3PwRmwKZJSLG5+rdEzA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Tue, 5 Mar 2024 at 04:03, PG Bug reporting form
<noreply(at)postgresql(dot)org> wrote:
> Before 15.6, we haven't see this error. Unfortunately, I cannot reproduce
> the issue with a minimal test case. Interestingly, the error states that
> statistics for kind "f" are not yet built. If I'm not mistaken, "f"
> corresponds to STATS_EXT_DEPENDENCIES, which we're not using anywhere in the
> installation.
I'd say that's a mistake in the ERROR message and unrelated to the
wider problem you're seeing.
I see there's another one in statext_expressions_load() too. The
attached fixes both.
David
Attachment | Content-Type | Size |
---|---|---|
fix_copy_pasto_in_ext_stats_error_msg.patch | text/plain | 1009 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-03-05 00:56:12 | Re: FSM Corruption (was: Could not read block at end of the relation) |
Previous Message | Noah Misch | 2024-03-05 00:13:46 | Re: FSM Corruption (was: Could not read block at end of the relation) |