]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix CPU-identification macros for RISC-V.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Jul 2026 14:10:21 +0000 (10:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Jul 2026 14:10:28 +0000 (10:10 -0400)
commitd3223485546e8579a1703731ef4e39a08a712860
tree92b4288b00ed5dcde6a37bd48821f1b664d77f41
parent55f0a13e96be6c1b81425a3353c08df8b8ec3a6c
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
src/include/c.h