pgsql: Fix CPU-identification macros for RISC-V. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix CPU-identification macros for RISC-V.
Date
Msg-id E1weve9-000vMw-0c@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix CPU-identification macros for RISC-V.

Turns out that RISC-V intentionally doesn't follow the common
naming pattern for CPU-identification macros.  But the point of
2ef57e636 is to have a common pattern, so we're going to override
their opinion.

Discussion: https://postgr.es/m/CA+hUKGL8Hs-phHPugrWM=5dAkcT897rXyazYzLw-Szxnzgx-rA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3223485546e8579a1703731ef4e39a08a712860

Modified Files
--------------
src/include/c.h | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Clear base backup progress on backup failure
Next
From: Tom Lane
Date:
Subject: pgsql: Sync our copy of the timezone library with IANA release tzcode20