pgsql: Fix CPU-identification macros for RISC-V.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix CPU-identification macros for RISC-V.
Date: 2026-07-01 14:10:36
Message-ID: E1weve9-000vMw-0c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-07-01 14:57:05 pgsql: Sync our copy of the timezone library with IANA release tzcode20
Previous Message Fujii Masao 2026-07-01 14:08:37 pgsql: Clear base backup progress on backup failure