Re: Cannot turn track_counts on - Mailing list pgsql-general

From Tom Lane
Subject Re: Cannot turn track_counts on
Date
Msg-id 2195604.1744899798@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cannot turn track_counts on  (Anton Shepelev <anton.txt@gmail.com>)
Responses Re: Cannot turn track_counts on
List pgsql-general
Anton Shepelev <anton.txt@gmail.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



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Request for official clarification on SQL parameter parsing changes in PostgreSQL 15 and 16
Next
From: Adrian Klaver
Date:
Subject: Re: Cannot turn track_counts on