On 4/17/25 14:23, Anton Shepelev wrote:
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:
The below does not look like a Postgres message to me.
You need to install postgresql-server-dev-NN for building
a server-side extension or libpq-dev for building a
client-side application.
How was this Postgres instance installed or built?
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
Not seeing how the above is matching up with:
https://en.wikipedia.org/wiki/Astra_Linux
I will test if clearing shared_preload_libraries and
restarting Postgres has any effect on track_counts, just in
case.
--
Adrian Klaver
adrian.kla...@aklaver.com