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-16 14:53:37
Message-ID: 1900177.1744815217@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:
> pg_settings shows:

> name | track_counts
> setting | on
> source | override

> What does 'override' mean in the 'source' column? How can I
> find where in the system this setting is overridden?

I am fairly certain that there is nothing in core Postgres that
would do that. PGC_S_OVERRIDE is used to lock down the values
of certain variables that shouldn't be allowed to change, but
track_counts surely isn't one of those. And a quick grep
through the code finds nothing applying PGC_S_OVERRIDE to it.

What extensions do you have installed?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-16 15:03:46 Re: Cannot turn track_counts on
Previous Message Tom Lane 2025-04-16 14:39:14 Re: Fwd: Identify system databases