On Tue, 4 Feb 2025 at 12:07, Zharkov Roman <r.zhar...@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