pgsql: Further code review of port/simd.h - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Further code review of port/simd.h
Date
Msg-id E1oSrKY-000Y2v-72@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Further code review of port/simd.h

Add missing declaration per existing style, and fix a couple typos.

Nathan Bossart and Julien Rouhaud

Discussion: https://www.postgresql.org/message-id/20220829171712.GA509233%40nathanxps13
Discussion: https://www.postgresql.org/message-id/20220830022636.qrcbcecmhztbxrwa%40jrouhaud

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/865424627db638acdbe4b5d0384d0b9cd34838a5

Modified Files
--------------
src/include/port/simd.h | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Adjust comments that called MultiXactIds "XMIDs".
Next
From: John Naylor
Date:
Subject: Re: pgsql: Fix broken cast on MSVC