Re: plperl version on the meson setup summary screen - Mailing list pgsql-hackers

From vignesh C
Subject Re: plperl version on the meson setup summary screen
Date
Msg-id CALDaNm2fK3TS6q6qG4Lh=K6GXhW45WzhWWVEQ60o3wqauMbeaA@mail.gmail.com
Whole thread Raw
In response to Re: plperl version on the meson setup summary screen  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: plperl version on the meson setup summary screen
List pgsql-hackers
On Tue, 4 Feb 2025 at 12:07, Zharkov Roman <r.zharkov@postgrespro.ru> wrote:
>
> Hello,
>
> Here is a new patch version.
> I tried to use perl 'version' instead of 'api_versionstring' to sync
> with configure script.

One suggestion, there are many other external libraries for which we
don't display the version, can we include the version for them too:
@@ -3711,7 +3712,7 @@ if meson.version().version_compare('>=0.57')
       'nls': libintl,
       'openssl': ssl,
       'pam': pam,
-      'plperl': perl_dep,
+      'plperl': [perl_dep, perlversion],
       'plpython': python3_dep,

Regards,
Vignesh



pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Reducing the log spam
Next
From: Alexander Pyhalov
Date:
Subject: Re: SQLFunctionCache and generic plans