| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Apply COPT to CXXFLAGS as well |
| Date: | 2024-07-01 05:35:22 |
| Message-ID: | E1sO9hB-003kjz-J9@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Apply COPT to CXXFLAGS as well
The main use of that make variable is to pass in -Werror. It makes
sense to apply this to C++ as well.
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://www.postgresql.org/message-id/flat/fe3e200c-edee-44e0-a6e3-d45dca72873b%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0c3930d0768943ad1dedb5a6ace250ce9b65915c
Modified Files
--------------
doc/src/sgml/installation.sgml | 2 +-
src/Makefile.global.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2024-07-01 06:33:44 | pgsql: Rename standby_slot_names to synchronized_standby_slots. |
| Previous Message | Michael Paquier | 2024-07-01 05:27:06 | pgsql: Use pgstat_kind_infos to read fixed shared statistics |