Re: Cannot turn track_counts on

From: Anton Shepelev <anton(dot)txt(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot turn track_counts on
Date: 2025-04-17 21:23:07
Message-ID: 20250418002307.a029379d2c0f781ca7726f91@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adrian Klaver to Anton Shepelev:

> > db=# show shared_preload_libraries;
> > shared_preload_libraries
> > ---------------------------
> > online_analyze, plantuner
>
> Are you running PostgresPro?
>
> Both those modules are associated with it:
>
> https://postgrespro.com/docs/postgrespro/17/contrib.html

Not at all. Whereas `pg_config --version' answers with an
irrelevant quip:

You need to install postgresql-server-dev-NN for building
a server-side extension or libpq-dev for building a
client-side application.

The version() SQL function returns:

PostgreSQL 11.21 (Debian 1:11.21-astra.se6+ci1)
on x86_64-pc-linux-gnu,
compiled by gcc (AstraLinuxSE 8.3.0-6) 8.3.0, 64-bit

I will test if clearing shared_preload_libraries and
restarting Postgres has any effect on track_counts, just in
case.

--
() ascii ribbon campaign -- against html e-mail
/\ www.asciiribbon.org -- against proprietary attachments

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-04-17 21:44:39 Re: Cannot turn track_counts on
Previous Message Adrian Klaver 2025-04-17 15:17:19 Re: Cannot turn track_counts on