From: | Zharkov Roman <r(dot)zharkov(at)postgrespro(dot)ru> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | plperl version on the meson setup summary screen |
Date: | 2024-10-18 02:02:04 |
Message-ID: | 93e7f77bf4e1ef4640e4ee733f9e2a78@postgrespro.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
Would it be convinient to show the plperl version on the meson setup
summary
screen? Now it displays only 'YES' or 'NO'. This is the expected
behavior of
the meson build system and explains in its source code:
https://github.com/mesonbuild/meson/blob/5f0bd8ff1e7fc43199d4b371fc4625f80baba810/mesonbuild/dependencies/base.py#L311C15-L311C27
With the attached patch we can see the "perlversion" in the summary
information table. But without a beautiful console colorize.
Additionaly, we found out that "perlversion" gets from the perl
"api_versionstring" config variable. When the configure script parses
the
"perl -v" output:
> pgac_perl_version=`$PERL -v 2>/dev/null | sed -n 's/This is
> perl.*v[a-...
Is this behavior correct?
--
Roman Zharkov
Attachment | Content-Type | Size |
---|---|---|
0001-show-plperl-version-in-the-meson-setup-summary.patch | text/x-diff | 723 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | jian he | 2024-10-18 03:44:42 | Re: Eager aggregation, take 3 |
Previous Message | jian he | 2024-10-18 02:00:54 | Re: minor doc issue in 9.16.2.1.1. Boolean Predicate Check Expressions |