On 16.11.22 01:01, Michael Paquier wrote:
> On Wed, Nov 16, 2022 at 12:08:56AM +0100, Juan José Santamaría Flecha wrote:
>> As mentioned here [1] it might be interesting to complete the returned
>> information by version() when compiled with meson by including the
>> host_system.
>
> The meson build provides extra_version, which would be able to do the
> same, no? The information would be appended to PG_VERSION_STR through
> PG_VERSION.
I think this is meant to achieve parity between the version strings
generated by configure and by meson.
Perhaps some examples before and after on different platforms could be
shown.