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

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



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: Identify system databases
Next
From: Daniel Gustafsson
Date:
Subject: Re: Cannot turn track_counts on