Re: plperl version on the meson setup summary screen

From: Zharkov Roman <r(dot)zharkov(at)postgrespro(dot)ru>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: plperl version on the meson setup summary screen
Date: 2025-03-17 08:43:13
Message-ID: b84ff1b478ddcedba193d150feb265b1@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-03-14 13:08, vignesh C wrote:
> One suggestion, there are many other external libraries for which we
> don't display the version, can we include the version for them too:

Hello,
We have seven "libraries" whose versions meson does not show: bonjour,
bsd_auth, docs, docs_pdf, nls, pam, plperl. And only plperl has a known
version.
bonjour, bsd_auth produces by declare_dependency() function, and I don't
know where to find their versions.
docs, docs_pdf are the complex of libraries: xmllint_bin, xsltproc_bin
and fop. Which version do we need?
nls can be formed in two ways: by declare_dependency() or by
cc.find_library(). It is not clear to me where to get a version.
pam also can be produced by dependency() or cc.find_library().

Best regards, Roman Zharkov

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2025-03-17 08:44:20 Re: pg_stat_statements and "IN" conditions
Previous Message Hayato Kuroda (Fujitsu) 2025-03-17 08:37:33 RE: long-standing data loss bug in initial sync of logical replication