pgsql: meson: Rename cpp variable to cxx - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: meson: Rename cpp variable to cxx
Date
Msg-id E1ve7Y1-005Rx3-2I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Rename cpp variable to cxx

Since CPP is also used to mean C PreProcessor in our meson.build
files, it's confusing to use it to also mean C PlusPlus.  This uses
the non-ambiguous cxx wherever possible.

Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://www.postgresql.org/message-id/flat/D98JHQF7H2A8.VSE3I4CJBTAB%40partin.io

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f08d687c39607d8dfa4bfd0fcb1a6ad47a1ef56

Modified Files
--------------
meson.build             | 18 +++++++++---------
src/backend/meson.build |  4 ++--
2 files changed, 11 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix possible incorrect column reference in ERROR message
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Decouple C++ support in Meson's PGXS from LLVM enablement