Re: plperl version on the meson setup summary screen
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Zharkov Roman <r.zharkov@postgrespro.ru>
Cc: Andrew Dunstan <andrew@dunslane.net>,
Nazir Bilal Yavuz <byavuz81@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-03-14T06:08:09Z
Lists: 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
Commits
-
Show plperl version in the meson setup summary.
- 12604593e9f3 18.0 landed