| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: meson: Rename cpp variable to cxx |
| Date: | 2026-01-09 08:08:42 |
| Message-ID: | E1ve7Y1-005Rx3-2I@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)jeltef(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-01-09 09:25:25 | pgsql: Decouple C++ support in Meson's PGXS from LLVM enablement |
| Previous Message | David Rowley | 2026-01-08 22:04:56 | pgsql: Fix possible incorrect column reference in ERROR message |