pgsql: Show information about flex (version and command path) in meson - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Show information about flex (version and command path) in meson
Date
Msg-id E1qGS28-001m8e-LE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Show information about flex (version and command path) in meson output

Like bison, this is useful to know which version and command of flex are
detected by meson.  For example, this was useful for me when using
win_flex.exe on Windows.

Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/ZDT3FbmrjBuBthmR@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/72df1d3f1b9d39373edfa8ceed21a000a3cba66f

Modified Files
--------------
meson.build | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Increase size of bgw_library_name.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix regression tests of unaccent to work without UTF8 support