Re: Cannot turn track_counts on

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Anton Shepelev <anton(dot)txt(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot turn track_counts on
Date: 2025-04-17 14:23:18
Message-ID: 2195604.1744899798@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Anton Shepelev <anton(dot)txt(at)gmail(dot)com> writes:
>> What extensions do you have installed?

> Nothing much:

> db=# show shared_preload_libraries;
> shared_preload_libraries
> ---------------------------
> online_analyze, plantuner

Never heard of either of those, but just from the names, they sound
like they might be things that would take it on themselves to fool
with your stats-collection settings. I'd check their code for
something close to

SetConfigOption("track_counts", ..., PGC_S_OVERRIDE);

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-04-17 15:16:58 Re: Cannot turn track_counts on
Previous Message Tom Lane 2025-04-17 14:15:52 Re: Request for official clarification on SQL parameter parsing changes in PostgreSQL 15 and 16