From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
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-21 16:47:46 |
Message-ID: | 1b4016c9-e402-41b0-b6a9-b11e5b62c765@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 4/21/25 09:26, Anton Shepelev wrote:
> Adrian Klaver:
>
>> Found it. It is coming from the Debian postgresql-common
>> packaging.
>>
>> /usr/bin/pg_config is wrapper that contains:
>>
>> #!/bin/sh
>>
>> # If postgresql-server-dev-* is installed, call pg_config from the latest
>> # available one. Otherwise fall back to libpq-dev's version.
>
> Ah, that makes sense. The error message, however, is
> misleading:
>
> You need to install postgresql-server-dev-NN
> for building a server-side extension
> or libpq-dev
> for building a client-side application.
>
> because the user calling `pg_config' may not be intent upon
> buidling either kind of application. Stating that pg_config
> requires one of these pachages would be more understandable.
> Thank you very much.
>
That is a request for the Debian packaging team.
They can be reached at:
https://www.postgresql.org/list/pgsql-pkg-debian/
Or through alternate means as detailed here:
https://wiki.postgresql.org/wiki/Apt#Bugs
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2025-04-21 16:52:34 | Re: Cannot turn track_counts on |
Previous Message | Anton Shepelev | 2025-04-21 16:46:44 | Re: Cannot turn track_counts on |